declare class HttpConfig { private _disableKeepAlive; setDisableKeepAlive(disable: boolean): void; isKeepAliveDisabled(): boolean; getKeepAliveValue(): boolean; } export declare const httpConfig: HttpConfig; export declare function setDisableKeepAlive(disable?: boolean): void; export declare function isKeepAliveDisabled(): boolean; export {};