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