import { updateContact as execute } from './execute'; import { contactUpdateDescription as description } from './description'; export { description, execute };