export * from './iot-channel.service';
export * from './events';
export * from './commands';
export * from './iot-channel.module';
export declare const IoTChannelModuleOptions: import("./iot-channel.types").IoTChannelModuleOptions & Partial<{
    isGlobal: boolean;
}>;
export declare const AsyncIoTChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./iot-channel.types").IoTChannelModuleOptions, "create"> & Partial<{
    isGlobal: boolean;
}>;
//# sourceMappingURL=index.d.ts.map