export declare function readJsonFile(path: string): any; export declare function writeJsonFile(path: string, data: any): void;