export declare function pathExists(filePath: string): Promise; export declare function readJson(filePath: string): Promise; export declare function writeJson(filePath: string, data: unknown, options?: { spaces?: number; }): Promise; //# sourceMappingURL=fs.d.ts.map