export declare function createApiAxiosInstance(options?: {
    url?: string;
    customProxyConfigPath?: string;
}): any;
//# sourceMappingURL=axios.d.ts.map