/** * The IDs of the invites to delete. */ export type DeleteInvitesStepInput = string[]; export declare const deleteInvitesStepId = "delete-invites-step"; /** * This step deletes one or more invites. */ export declare const deleteInvitesStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=delete-invites.d.ts.map