import type { IClient } from '@authup/core-http-kit'; import type { App } from 'vue'; export declare const HTTPClientSymbol: unique symbol; export declare function provideHTTPClient(client: IClient, app?: App): void; export declare function hasHTTPClient(app?: App): boolean; export declare function injectHTTPClient(app?: App): IClient; //# sourceMappingURL=singleton.d.ts.map