export declare function readJson(filePath: string): Record; export declare function writeFile(filePath: string, content: string): void;