/**
 * 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<DeleteCustomersStepInput, undefined>;
//# sourceMappingURL=delete-customers.d.ts.map