import * as z from "zod/v4"; export type StartDeploymentV1WorkflowsDeploymentsNameStartPostRequest = { name: string; }; /** @internal */ export type StartDeploymentV1WorkflowsDeploymentsNameStartPostRequest$Outbound = { name: string; }; /** @internal */ export declare const StartDeploymentV1WorkflowsDeploymentsNameStartPostRequest$outboundSchema: z.ZodType; export declare function startDeploymentV1WorkflowsDeploymentsNameStartPostRequestToJSON(startDeploymentV1WorkflowsDeploymentsNameStartPostRequest: StartDeploymentV1WorkflowsDeploymentsNameStartPostRequest): string; //# sourceMappingURL=startdeploymentv1workflowsdeploymentsnamestartpost.d.ts.map