import { AxiosRequestConfig } from 'axios';
/**
 * 基础请求配置
 */
export declare const baseConfig: AxiosRequestConfig;
