import { UpdatePluginConfigDto } from '../../../modules/config/dto/config.dto'; import { DEVICES_THIRD_PARTY_PLUGIN_NAME } from '../devices-third-party.constants'; export declare class ThirdPartyUpdatePluginConfigDto extends UpdatePluginConfigDto { type: typeof DEVICES_THIRD_PARTY_PLUGIN_NAME; }