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