export declare const fileExists: (path: string) => Promise; export declare const directoryExists: (path: string) => Promise;