import { AxiosResponse } from 'axios';
declare const makeCall: (callParameters: any, token: string | boolean) => Promise<AxiosResponse>;
export default makeCall;
//# sourceMappingURL=makeCall.d.ts.map