/**
 * @module
 *
 * CRC-82/DARC
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-82/DARC
 */
export declare const CRC_82_DARC: CrcInterface<bigint>;
export default CRC_82_DARC;
//# sourceMappingURL=darc.d.ts.map