import axios from 'axios'; export declare const SERVICE_MAPPING: { '/api/v1/finance/exchange-sources': string; default: string; }; export default function createAxios(name: any, url: any, method: any, headers: any, options?: any): axios.AxiosInstance;