import { Mastra } from '@mastra/core/mastra'; import { WorkflowInput } from '@vibeflow/compiler'; import { MCPServer } from '@mastra/mcp'; declare const createVibeflowMCP: () => Promise; declare function createMastra(options?: { workflows?: Record; }): Promise; export { createMastra, createVibeflowMCP };