declare function crc16usb(buf?: Uint8Array, prev?: number): number; export = crc16usb;