import { type AxiosInstance, type AxiosResponse } from "axios"; export declare const baseClientInstance: (url?: string) => AxiosInstance; export declare function extractAxiosData(response: AxiosResponse): T;