/** * - poly: 0x1021 * - initial: 0x0000 * - xorout: 0x0000 * - refin: false * - refout: false */ declare function crc16xmodem(buf?: Uint8Array, prev?: number): number; export = crc16xmodem;