import { DeviceShadow } from '../../typedef/shadow/DeviceShadow';
export declare class DeviceShadowCodec {
static encode(x: DeviceShadow): any;
static decode(o: any): DeviceShadow;
static encodeArray(arr: DeviceShadow[]): any[];
static decodeArray(arr: any[]): DeviceShadow[];
}