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