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