declare function jsonReplacer(_: string, v: unknown): unknown; declare function jsonReviver(_: string, v: unknown): unknown; export declare const jsonUtils: { replacer: typeof jsonReplacer; reviver: typeof jsonReviver; }; export {};