import { CRCCalculator } from '../types.js';
declare const crc8dvbs2: CRCCalculator<Uint8Array>;
export default crc8dvbs2;
