import type { TargetId } from 'httpsnippet-lite'; export type HttpClientState = { targetKey: TargetId; clientKey: string; }; declare function resetState(): void; declare function getTargetTitle(client: HttpClientState): string; declare function getClientTitle(client: HttpClientState): string; export declare const useHttpClientStore: () => { httpClient: { readonly targetKey: TargetId; readonly clientKey: string; }; resetState: typeof resetState; setHttpClient: (newState: Partial) => void; httpTargetTitle: import("vue").ComputedRef; httpClientTitle: import("vue").ComputedRef; getClientTitle: typeof getClientTitle; getTargetTitle: typeof getTargetTitle; }; export {}; //# sourceMappingURL=useHttpClientStore.d.ts.map