export declare function jsonReplacer(key: string, value: any): any; export declare function jsonReviver(key: any, value: any): any;