declare const BinaryPack: { unpack: (data: Buffer) => any; pack: (data: any) => Buffer; }; export default BinaryPack;