export declare function safeReadJson(path: string): Promise; export declare function safeReadFile(path?: string): Promise; export declare function pathExists(path: string): Promise; export declare function findUpPackageJsonDir(rootPath: string, startPath: string): Promise; //# sourceMappingURL=file.d.ts.map