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