import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { z } from 'zod'; import { CplaceApiClient } from '../api.js'; export declare const WORKFLOW_EXECUTION_TOOL_DEFINITIONS: { readonly cplace_perform_transition: { readonly description: string; readonly inputSchema: { readonly pageUID: z.ZodString; readonly attributeName: z.ZodString; readonly targetState: z.ZodString; }; readonly annotations: { readonly title: "Perform Workflow Transition"; }; }; }; export declare function registerWorkflowExecutionTools(server: McpServer, client: CplaceApiClient): void; //# sourceMappingURL=workflow-execution.d.ts.map