export declare function readJson(path: string): T | null; export declare function writeJson(path: string, value: any): void;