import type { App } from 'vue';
import type { HTTPClientInstallOptions } from './types';
export declare function installHTTPClient(app: App, options?: HTTPClientInstallOptions): void;
//# sourceMappingURL=install.d.ts.map