/**
 * - poly: 0xA7
 * - initial: 0x00
 * - xorout: 0x00
 * - refin: true
 * - refout: true
 */
declare function crc8bluetooth(buf?: Uint8Array, prev?: number): number;

export { crc8bluetooth as default };
