export declare function doesFileExist(file: string): boolean; export declare function doesDirectoryExist(directory: string): boolean; export declare function createFolderIfItDoesNotExist(directory: string): void;