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