import { type AnalysisRegistry, type AstDocument, type ManifestAnalysis } from "@telorun/analyzer"; import type { CompletionResult, IdeEnvironmentAdapter } from "../types.js"; export declare function buildCompletions(text: string, line: number, character: number, registry: AnalysisRegistry | undefined, adapter?: IdeEnvironmentAdapter, docs?: AstDocument[], /** The host's analysis of the manifests it loaded. Required for anything * that has to resolve against the manifest SET — CEL completion, and a * target's declared inputs. */ analysis?: ManifestAnalysis): Promise; //# sourceMappingURL=build.d.ts.map