import { customerDeleteDescription as description } from './description'; import { deleteCustomer as execute } from './execute'; export { description, execute };