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