export declare function ensureParentFolder(filePath: string): void; export default function ensureDir(folder: string): void; export declare const fileInfo: (filePath: string) => Promise; export declare const deleteIfExists: (path: any) => void; export declare const areFilesEqual: (file1: string, file2: string) => Promise; //# sourceMappingURL=FileApi.d.ts.map