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