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