import { CRCCalculator } from '../types.js'; declare const crc8: CRCCalculator; export default crc8;