export declare const serialize: (obj: any) => string;
export declare const deserialize: (jsonStr: string) => any;
