import { UpdatePluginConfigDto } from '../../../modules/config/dto/config.dto'; import { PAGES_DEVICE_DETAIL_PLUGIN_NAME } from '../pages-device-detail.constants'; export declare class DeviceDetailUpdatePluginConfigDto extends UpdatePluginConfigDto { type: typeof PAGES_DEVICE_DETAIL_PLUGIN_NAME; }