/**
 * @module
 *
 * CRC-64/XZ
 */
import { type CrcInterface } from '../crc.js';
/**
 * CRC-64/XZ
 */
export declare const CRC_64_XZ: CrcInterface<bigint>;
export default CRC_64_XZ;
//# sourceMappingURL=xz.d.ts.map