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