import type { ToolDefinition } from '../../types/tools.js'; /** * JSON Schema for the workflow tool's input. * Manages WRFC state machines, automation triggers, and scheduled tasks. */ export declare const workflowSchema: ToolDefinition; //# sourceMappingURL=schema.d.ts.map