import type { TypeScriptConfig } from './types'; /** * This binds the CodeMirror `hoverTooltip` method * with a code that pulls types and documentation * from the TypeScript environment. */ export declare function tsHover(config: TypeScriptConfig): import("@codemirror/state").Extension;