import { AgentServer } from '../../typedef/agent/AgentServer';
export declare class AgentServerCodec {
    static encode(server: AgentServer): any;
    static decode(o: any): AgentServer;
}
