declare function createAxiosInstance(instanceName?: string): { default: import("axios").AxiosInstance; }; export default createAxiosInstance;