import { type AnalysisRegistry } from "@telorun/analyzer"; import type { CompletionResult } from "../types.js"; export declare function propKeyCompletions(kind: string, yamlPath: string[], existingKeys: Set, registry: AnalysisRegistry | undefined, /** The arguments the enclosing call declares, when this path IS that call's * argument slot. Resolved by the caller, which is the side holding the * manifest the reference names. */ callInputs?: Record): CompletionResult[]; //# sourceMappingURL=prop-keys.d.ts.map