import type { ArtifactBundle } from "../io/artifacts.js"; /** * Render the charter-DELTA host prompt (Phase C.2). The host here is the * INDEPENDENT delta-miner — the triangulation engine: it did NOT author the * charters below (three blind channel lanes did, each fed only its own * evidence), so it is the first reader to see all channels together. It mines * the real GAPS between channels within each subsystem, distills a TRIANGULATED * TELOS per subsystem (a unified opinion the owner reacts to — a lead, never a * reconciliation; the deltas stay the primary product), builds the goal DAG * across subsystems, and — at the deepest ceiling only — may nominate a True * charter. The tool supplies the ENFORCEMENT half at ingest (the routing table, * the Phase-A gates, the deepest-rung consent check); the miner never picks * routing. */ export declare function renderCharterDeltaPrompt(bundle: ArtifactBundle, opts: { submissionPath: string; }): string; //# sourceMappingURL=charterDeltaPrompt.d.ts.map