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