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