/**
* Un-Gzips a file atomically.
* @functiongunzipAtomic
* @memberof fsn/nextra
* @param fileName The filename of the output file
* @param inputFile The filepath of the archive
*/exportdeclarefunctiongunzipAtomic(fileName: string, inputFile: string): Promise<void>;