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