import { IFintectureConfig, IHttpConfig } from '../interfaces/ConfigInterface'; export declare const getInstance: (config: IHttpConfig) => import("axios").AxiosInstance; export declare const getHeaders: (method: string, url: string, accessToken: string, config: IFintectureConfig, body?: any, extraHeaders?: any) => { Accept: string; 'User-Agent': string; };