import { InitOptions } from './types'; import { HttpClient } from './client'; export declare const createInstance: (opt?: InitOptions) => HttpClient;