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