import type { CreateAxiosDefaults } from 'axios'; export declare function assignProxy(baseURL: string, axiosConfig: CreateAxiosDefaults): CreateAxiosDefaults;