import { DeviceKey } from '../../typedef/key/DeviceKey'; export declare class DeviceKeyCodec { static encode(x: DeviceKey): any; static decode(o: any): DeviceKey; }