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