/** * Workflow configuration tools — mirrors routes/workflows/config.ts * * Certifying a workflow creates an lt_config_workflows entry, which * activates the interceptor for task tracking, escalation chains, * and the never-fail guarantee. De-certifying removes it. */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerWorkflowConfigTools(server: McpServer): void;