/// export declare function pack(obj: Object): Buffer; export declare function unpack(data: Uint8Array): any;