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