import { getContact as execute } from './execute'; import { contactGetDescription as description } from './description'; export { description, execute };