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