import { type AxiosRequestConfig, type AxiosResponse } from 'axios'; import { type QueryLanguage } from '../../types/common.type'; import { type Offer } from '../../types/offer.type'; import { type OfferRequestBody } from '../../types/requestBody.type'; export declare function getOffer(params: Partial & Pick, language?: QueryLanguage, axiosConfig?: AxiosRequestConfig): Promise>;