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