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