import { GolomtConfig, InquiryParams, InquiryResponse } from '../types';
export declare const makeInquiryRequest: (params_0: import("axios").AxiosInstance, params_1: GolomtConfig) => (data: InquiryParams) => Promise<import("axios").AxiosResponse<InquiryResponse, any>>;