import { type AxiosInstance, type AxiosResponse } from "axios"; export declare function generateBackendUrl(): any; export declare const businessClientInstance: () => AxiosInstance; export declare function getData(response: AxiosResponse): T;