/**
 * @module
 *
 * CRC-24/OPENPGP
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-24/OPENPGP
 */
export declare const CRC_24_OPENPGP: CrcInterface<number>;
export default CRC_24_OPENPGP;
//# sourceMappingURL=openpgp.d.ts.map