import { type AxiosRequestConfig, type AxiosResponse } from 'axios'; import { type QueryLanguage } from '../types/common.type'; import { type ApiEndpoint, type ApiSection } from '../types/requestConstants.type'; export declare function makeRequest(section: ApiSection, endpoint: ApiEndpoint, body?: B | undefined, language?: QueryLanguage, axiosConfig?: AxiosRequestConfig): Promise>;