/**
* Gzips a file atomically.
* @functiongzipAtomic
* @memberof fsn/nextra
* @param fileName The filename of the archive
* @param inputFile The filepath of the input file
*/exportdeclarefunctiongzipAtomic(fileName: string, inputFile: string): Promise<void>;