import { DevicePropertiesChanged } from '../../../typedef/notice/device/impl/DevicePropertiesChanged';
export declare class DevicePropertiesChangedCodec {
static encode(x: DevicePropertiesChanged): any;
static decode(o: any): DevicePropertiesChanged;
}