import { BleChannelService } from './ble-channel.service'; export declare class BleChannelController { private readonly service; private readonly logger; constructor(service: BleChannelService); setBleConfig(query: Record, enabled: boolean): void; } //# sourceMappingURL=ble-channel.controller.d.ts.map