type Reviver = (key: string, value: any) => any;
export declare function deserialize<type>(value: string, reviver?: Reviver): type;
export {};
