import { customerGetDescription as description } from './description'; import { getCustomer as execute } from './execute'; export { description, execute };