import * as z from "zod/v4";
export type ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest = {
    workflowIdentifier: string;
};
/** @internal */
export type ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest$Outbound = {
    workflow_identifier: string;
};
/** @internal */
export declare const ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest$outboundSchema: z.ZodType<ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest$Outbound, ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest>;
export declare function archiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequestToJSON(archiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest: ArchiveWorkflowV1WorkflowsWorkflowIdentifierArchivePutRequest): string;
//# sourceMappingURL=archiveworkflowv1workflowsworkflowidentifierarchiveput.d.ts.map