import WebviewClient from './Client.js'; import type { EventValue, AnyClientAuthenticator } from '../types.js'; import type { ClientOptions } from './types.js'; declare function useClient(options: ClientOptions): WebviewClient; export default useClient;