/**
 * @module
 *
 * CRC-7/MMC
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-7/MMC
 */
export declare const CRC_7_MMC: CrcInterface<number>;
export default CRC_7_MMC;
//# sourceMappingURL=mmc.d.ts.map