import { type AxiosRequestConfig, type AxiosResponse } from 'axios'; import { type QueryLanguage } from '../../types/common.type'; import { type TrainInfoRequestBody } from '../../types/requestBody.type'; import { type TrainInfo } from '../../types/trainInfo.type'; export declare function getTrainInfo(query: Omit, language?: QueryLanguage, axiosConfig?: AxiosRequestConfig): Promise>;