import { DeviceChannelUpdatePluginConfigDto } from './dto/update-config.dto'; import { UpdateDeviceChannelDataSourceDto } from './dto/update-data-source.dto'; import { DeviceChannelDataSourceEntity } from './entities/data-sources-device-channel.entity'; import { DeviceChannelConfigModel } from './models/config.model'; export declare const DATA_SOURCES_DEVICE_CHANNEL_PLUGIN_SWAGGER_EXTRA_MODELS: (typeof DeviceChannelUpdatePluginConfigDto | typeof UpdateDeviceChannelDataSourceDto | typeof DeviceChannelDataSourceEntity | typeof DeviceChannelConfigModel)[];