import { HttpClientConfig } from '../interfaces/http-client-config.interface'; /** * axiosConfig 透传配置示例 * 展示如何通过 axiosConfig 直接传递 Axios 原生配置 */ export declare function httpAgentExample(): void; export declare function redirectAndValidationExample(): void; export declare function responseTypeExample(): void; export declare function sizeAndRateLimitExample(): void; export declare function paramsSerializationExample(): void; export declare function formSerializationExample(): void; export declare function securityOptionsExample(): void; export declare function abortControllerExample(): void; export declare function transitionalOptionsExample(): void; export declare function progressEventsExample(): void; export declare function comprehensiveConfigExample(): HttpClientConfig; export declare function environmentSpecificConfig(): HttpClientConfig;