import { AxiosInstance } from 'axios'; /** * 创建带认证的 API 客户端 * 自动在请求前检查 token 有效性 */ export declare function createAuthenticatedClient(baseURL: string): AxiosInstance; //# sourceMappingURL=base.d.ts.map