export declare function exists(path: string, mode?: number): Promise<boolean>;
export declare function findExists(...paths: string[]): Promise<string | undefined>;
export declare function findIn(f: string, dirs: string[]): Promise<string | undefined>;
//# sourceMappingURL=fs-exists.d.ts.map