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