/** * Content Governance Prompt * * Template + rules + playbook automation workflow. * Sets up content quality standards and automated workflows. */ import type { McpPromptDefinition } from "../types.js"; export declare const contentGovernancePrompt: McpPromptDefinition; export declare function getContentGovernanceMessages(args: Record): Array<{ role: "user" | "assistant"; content: { type: "text"; text: string; }; }>; //# sourceMappingURL=content-governance.d.ts.map