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