/**
 * @module
 *
 * CRC-5/EPC-C1G2
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-5/EPC-C1G2
 */
declare const _default: CrcInterface<number>;
export default _default;
//# sourceMappingURL=epc-c1g2.d.ts.map