import { ThirdPartyPropertiesUpdateStatus } from '../devices-third-party.constants'; export declare class DevicesThirdPartyPluginErrorCode { code: ThirdPartyPropertiesUpdateStatus; } export declare class ThirdPartyDemoControlPropertyModel { device: string; channel: string; property: string; status: ThirdPartyPropertiesUpdateStatus; } export declare class ThirdPartyDemoControlModel { properties: ThirdPartyDemoControlPropertyModel[]; }