export declare const folderExists: (folder: string) => boolean; export declare const ensureDirectoryExists: (filePath: any) => boolean;