import { DeviceInstance } from '../../typedef/instance/DeviceInstance';
export declare class DeviceInstanceCodec {
    static decode(o: any): DeviceInstance;
    static encode(device: DeviceInstance): any;
}
