export declare function fileExistsAsync(file: string): Promise; export declare function directoryExistsAsync(file: string): Promise; export declare function fileExists(file: string): boolean;