import { ICommandHandler } from '@nestjs/cqrs'; import { IoTService } from '../../../../data'; import { IoTSubscribeCommand } from '../commands'; export declare class IoTSubscribeCommandHandler implements ICommandHandler { private readonly iot; constructor(iot: IoTService); execute(command: IoTSubscribeCommand): Promise; } //# sourceMappingURL=iot-subscribe.handler.d.ts.map