import { AxiosHttpClient } from '../../../../infra/gateways';
export declare const makeAxiosHttpClient: () => AxiosHttpClient;
