import * as z from "zod/v3"; export type GetWorkflowTriggerRequirementsRequest = { /** * The unique identifier of the account. */ accountId?: string | undefined; workflowId?: string | undefined; }; /** @internal */ export type GetWorkflowTriggerRequirementsRequest$Outbound = { accountId: string; workflowId: string; }; /** @internal */ export declare const GetWorkflowTriggerRequirementsRequest$outboundSchema: z.ZodType; export declare function getWorkflowTriggerRequirementsRequestToJSON(getWorkflowTriggerRequirementsRequest: GetWorkflowTriggerRequirementsRequest): string; //# sourceMappingURL=getworkflowtriggerrequirements.d.ts.map