interface ResourceValue { id?: string; title: string; } type ParsedJsonReplacerResult = ResourceValue | string | null; export declare function parsedJsonReplacer(key: string, value: null | ResourceValue): ParsedJsonReplacerResult; export {}; //# sourceMappingURL=parsedJsonReplacer.d.ts.map