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