export declare function readJSONFile(path: string): Promise>; export declare function readJSONFileSync(path: string): Record; export declare function writeJSONFile(path: string, json: Record, format?: number): Promise; export declare function writeJSONFileSync(path: string, json: Record, format?: number): void; //# sourceMappingURL=_json.d.ts.map