export declare const fileExistsAsync: (filePath: string) => Promise; /** * Checks if the provided filePath is a file */ export declare const isFileAsync: (filePath: string) => Promise; /** * Checks if the provided filePath is a directory */ export declare const isDirectoryAsync: (filePath: string) => Promise; //# sourceMappingURL=fs.d.ts.map