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