declare class AgentConfig {
    timeout: number;
    constructor(timeout?: number);
}

export { AgentConfig, AgentConfig as default };
