/**
 * Asynchronous version of fs.existsSync
 *
 * @param path - path to test for existence
 */
export declare function fsExists(path: string): Promise<boolean>;
//# sourceMappingURL=fsExists.d.ts.map