export declare class DescriptionCodec {
    static decode(o: any): Map<string, string>;
    static encode(description: Map<string, string>): any;
}
