import * as z from "zod/v4"; export type UnarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequest = { workflowIdentifier: string; }; /** @internal */ export type UnarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequest$Outbound = { workflow_identifier: string; }; /** @internal */ export declare const UnarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequest$outboundSchema: z.ZodType; export declare function unarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequestToJSON(unarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequest: UnarchiveWorkflowV1WorkflowsWorkflowIdentifierUnarchivePutRequest): string; //# sourceMappingURL=unarchiveworkflowv1workflowsworkflowidentifierunarchiveput.d.ts.map