export declare const throwWriteFileError: (writeFileError: unknown) => void;
export declare const noEmptyCell: <T>(_: string, cell: T) => T | undefined;
export declare const createFolderIfNotExist: (folderPath: string) => string;
//# sourceMappingURL=write-file.d.ts.map