import { type AnalysisRegistry, type AstDocument, type ManifestAnalysis } from "@telorun/analyzer"; import type { HoverResult } from "../types.js"; export declare function buildHover(text: string, line: number, character: number, registry: AnalysisRegistry | undefined, docs?: AstDocument[], /** The host's analysis. Without it a CEL identifier hovers as nothing — its * type is a property of the resolved scope, and there is no second source * for it. */ analysis?: ManifestAnalysis): HoverResult | undefined; //# sourceMappingURL=build-hover.d.ts.map