/** Package-relative compact capability index generated from the contract. */ export declare const CAPABILITY_INDEX_PATH = "skills/workflow-authoring/references/capabilities.md"; /** Package-relative exhaustive generated capability reference. */ export declare const CAPABILITY_DETAIL_PATH = "skills/workflow-authoring/references/capability-details.md"; /** Documents that embed the byte-identical supported-capability table. */ export declare const CAPABILITY_TABLE_PUBLICATION_PATHS: readonly ["skills/workflow-authoring/references/capabilities.md", "README.md", "docs/workflow-authoring.md"]; /** All generated capability publication surfaces checked for drift. */ export declare const CAPABILITY_PUBLICATION_PATHS: readonly ["skills/workflow-authoring/references/capabilities.md", "README.md", "docs/workflow-authoring.md", "skills/workflow-authoring/references/capability-details.md"]; /** The byte-identical generated block embedded in every public documentation surface. */ export declare function renderSupportedCapabilityTable(): string; /** Regenerates only contract-owned content, preserving hand-written prose around marked blocks. */ export declare function writeWorkflowCapabilityPublications(root: string): void; /** Returns every stale surface in stable publication order. Overrides are useful to CI callers and tests. */ export declare function checkWorkflowCapabilityPublications(root: string, overrides?: Readonly>>): string[]; /** Compact generated entrypoint for ordinary exact-name and signature lookup. */ /** Render the compact index that routes exact lookups to exhaustive details. */ export declare function renderWorkflowCapabilityReference(): string; /** Exhaustive generated fact projection and stable anchor owner. */ /** Render exhaustive static facts while leaving live catalogues as dynamic references. */ export declare function renderWorkflowCapabilityDetails(): string;