export declare function createApiAxiosInstance(options?: {
    url?: string;
    customProxyConfigPath?: string;
}): any;
