import { AxiosInstance, AxiosResponse } from 'axios';
import { GenericApiGatewayContract } from '../apiGatewayContract';
import { OutputType, RequestArguments } from '../types';
export declare const getAxiosRequest: <Contract extends GenericApiGatewayContract>(contract: Contract, axiosClient: AxiosInstance, requestArguments: RequestArguments<Contract>) => Promise<AxiosResponse<OutputType<Contract>["body"]>>;
//# sourceMappingURL=axiosRequest.d.ts.map