import { IoTChannelService } from './iot-channel.service'; export declare class IoTChannelController { private readonly service; constructor(service: IoTChannelService); setIoTConfig(enabled: boolean): void; } //# sourceMappingURL=iot-channel.controller.d.ts.map