import { Agent as UndiciAgent, ProxyAgent } from 'undici';
export declare class RequestHelpers {
    static getUserAgent(): string[];
    static getAgent(insecure?: boolean): UndiciAgent | ProxyAgent | undefined;
    static getHttpAgent(): ProxyAgent | undefined;
}
