export declare function encode(value: any): string;
export declare function decode(value: string): any;
/**
 * Convert date strings to Date instances
 */
export declare function reviver(key: string, value: string): string | Date;
