/**
 *
 * @param key
 * @param value
 */
export declare function reviver(key: string, value: any): any;
