import 'regenerator-runtime';
import { PluginFunction } from 'vue';
export { setHTTPClient, useHTTPClient } from './utils';
declare const install: PluginFunction<any>;
export default install;
export * from './components';
