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