/** * Workflow Builder Skill * * Guides users through designing and building custom AI workflows * via conversation. The chat agent (assistant) handles the dialog; * this skill provides tools that generate real workflow code by * delegating to the user's configured agent (cursor/claude/codex/gemini). * * No MCP server needed — all handlers run locally. */ export declare const workflowBuilderSkill: any;