import type { LiteLLMConfig } from "./types.js"; export declare function getLiteLLMConfig(): LiteLLMConfig | null; export declare function setLiteLLMConfig(config: LiteLLMConfig): void; export declare function patchHttpClient(): boolean; export declare function unpatchHttpClient(): boolean; export declare function isHttpClientPatched(): boolean; export declare function resetHttpClientManager(): void; //# sourceMappingURL=http-client.d.ts.map