import * as z from "zod"; import { ManagementMetaV2, ManagementMetaV2$Outbound } from "./managementmetav2.js"; import { Workflow, Workflow$Outbound } from "./workflow.js"; export type ShowWorkflowResponseBody = { managementMeta: ManagementMetaV2; workflow: Workflow; }; /** @internal */ export declare const ShowWorkflowResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ShowWorkflowResponseBody$Outbound = { management_meta: ManagementMetaV2$Outbound; workflow: Workflow$Outbound; }; /** @internal */ export declare const ShowWorkflowResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ShowWorkflowResponseBody$ { /** @deprecated use `ShowWorkflowResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ShowWorkflowResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ShowWorkflowResponseBody$Outbound` instead. */ type Outbound = ShowWorkflowResponseBody$Outbound; } //# sourceMappingURL=showworkflowresponsebody.d.ts.map