/** * JSON reviver function. * @param key - The object key. * @param value - The key value. * @returns The resulting value. * @public */ export declare function JSONReviver(key: string, value: any): any; //# sourceMappingURL=jsonReviver.d.ts.map