import { AxiosInstance } from "axios"; import { TokenPrefix } from "~/types"; /** * Creates an axios instance with the given base url and token prefix * @param baseUrl The base url for the axios instance * @param tokenPrefix The token prefix to use for the axios instance * @param managementApiUrl The management api url * @returns The axios instance */ export declare function createAxios(baseUrl: string, tokenPrefix: TokenPrefix, managementApiUrl: string, translationCallback?: (msg: string) => string): AxiosInstance; //# sourceMappingURL=createAxios.d.ts.map