/**
 * @module
 *
 * CRC-32/BASE91-D
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-32/BASE91-D
 */
export declare const CRC_32_BASE91_D: CrcInterface<number>;
export default CRC_32_BASE91_D;
//# sourceMappingURL=base91-d.d.ts.map