import { BumpApi } from '../api/index.js'; import { WorkflowVersionRequest, WorkflowVersionResponse } from '../api/models.js'; import { API } from '../definition.js'; export declare class WorkflowDeploy { private _bump; constructor(bumpClient: BumpApi); protected createWorkflowVersion(mcpServer: string, request: WorkflowVersionRequest, token: string): Promise; d(formatter: any, ...args: any[]): void; run(workflowDefinition: API, mcpServer: string, token: string): Promise; }