export declare function safeJsonParse(raw: string, fallback: T): T; export declare function safeReadJsonFile(filePath: string, fallback: T): Promise; //# sourceMappingURL=safe-json.d.ts.map