import HttpAgent from 'agentkeepalive';
export declare class HttpAgentSingleton {
    static getHttpAgent(): HttpAgent;
    static httpAgentStats(): {
        freeSockets: number;
        pendingRequests: number;
        sockets: number;
    };
    private static httpAgent;
    private static count;
}
