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