import { Labelled } from '../../../../common'; export declare class IoTSubscribeCommand implements Labelled { readonly topic: string; label: () => string; constructor(topic: string); } //# sourceMappingURL=iot-subscribe.command.d.ts.map