/** * 基础API类 */ import type { AxiosInstance } from "axios"; export declare class BaseAPI { protected client: AxiosInstance; constructor(client: AxiosInstance); } //# sourceMappingURL=base.d.ts.map