/** * Async existance check for file return true if file exists * @param filePath path to file * @returns Promise */ export declare function exists(filePath: string): Promise; //# sourceMappingURL=fs.d.ts.map