export declare function readJson(path: string): Promise; export declare function readJsonOr(path: string, fallback: T): Promise; export declare function writeJsonAtomic(path: string, value: unknown): Promise;