import { ICommandHandler } from '@nestjs/cqrs'; import { BleRecordDeviceCommand } from '../commands/ble-record-device.command'; import { BleChannelService } from '../ble-channel.service'; export declare class BleRecordDeviceCommandHandler implements ICommandHandler { private readonly service; constructor(service: BleChannelService); execute(command: BleRecordDeviceCommand): Promise; } //# sourceMappingURL=ble-record-device.handler.d.ts.map