export declare const jsonParse: <F extends unknown, T = F>(str: string, fallback?: F) => F | T;
//# sourceMappingURL=json.d.ts.map