declare function crc8itu(buf?: Uint8Array, prev?: number): number;

export = crc8itu;
