export declare function fileExists(s: string): Promise; export declare function searchPath(filename: string): Promise; export declare const inherit: "inherit"; export declare function rm(path: string): Promise;