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