/**
 * The IDs of the users to delete.
 */
export type DeleteUsersStepInput = string[];
export declare const deleteUsersStepId = "delete-users-step";
/**
 * This step deletes one or more users.
 */
export declare const deleteUsersStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteUsersStepInput, undefined>;
//# sourceMappingURL=delete-users.d.ts.map