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