export declare function readJsonFile(filePath: string, fallback: T): Promise; export declare function writeJsonFile(filePath: string, value: unknown): Promise; //# sourceMappingURL=json-file.d.ts.map