import { type AxiosRequestConfig, type AxiosResponse } from 'axios'; import { type QueryLanguage } from '../../types/common.type'; import { type ServicesAndSearchServices } from '../../types/servicesAndSearchServices.type'; export declare function getServices(language?: QueryLanguage, axiosConfig?: AxiosRequestConfig): Promise>;