import type { ContextPath } from '@mcp-abap-adt/llm-agent'; /** * Render an ancestor intent path (objective + clarification dialogue + oracle * observations) into plain text, prepended to a role's task. Shared by the * planner and reviewer role adapters. */ export declare function renderAncestorContext(ac: ContextPath): string; //# sourceMappingURL=render-ancestor-context.d.ts.map