import { LoggerImplement } from "@iflyrpa/share"; import { SocksProxyAgent } from "socks-proxy-agent"; export declare function ProxyAgent(task: { logger?: LoggerImplement; }, addr: string | null, accountId?: number, refresh?: boolean): Promise<{ ip: string; port: string; agent: SocksProxyAgent; } | null>;