/**
 * - poly: 0x07
 * - initial: 0xFF
 * - xorout: 0x00
 * - refin: true
 * - refout: true
 */
declare function crc8rohc(buf?: Uint8Array, prev?: number): number;

export { crc8rohc as default };
