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