import * as z from "zod/v3"; export type ResumePausedWorkflowRequest = { accountId?: string | undefined; workflowId?: string | undefined; }; /** @internal */ export type ResumePausedWorkflowRequest$Outbound = { accountId: string; workflowId: string; }; /** @internal */ export declare const ResumePausedWorkflowRequest$outboundSchema: z.ZodType; export declare function resumePausedWorkflowRequestToJSON(resumePausedWorkflowRequest: ResumePausedWorkflowRequest): string; //# sourceMappingURL=resumepausedworkflow.d.ts.map