import { z } from 'zod'; export declare const CreateMCPServerFromStepParams: z.ZodObject<{ flowId: z.ZodString; flowVersionId: z.ZodString; stepName: z.ZodString; }, z.core.$strip>; export type CreateMCPServerFromStepParams = z.infer; //# sourceMappingURL=flow-mcp.requests.d.ts.map