import type { ManifestoDomainShape } from "@manifesto-ai/sdk"; import type { GovernanceComposableManifesto, GovernanceConfig, LineageComposableManifestoInput } from "./runtime-types.js"; export declare function withGovernance(manifesto: LineageComposableManifestoInput, config: GovernanceConfig): GovernanceComposableManifesto;