export declare function serialize(data: any, wrapPrimitives?: boolean): any; export declare function deserialize(data: any): any;