declare const fetchInstance: (endPoint: string, options: any, hostInst: any, params?: any) => Promise; export declare function updateEndPointUrl(isNew: boolean): void; export default fetchInstance;