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