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