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