import { get as execute } from './execute'; import { employeeGetDescription as description } from './description'; export { description, execute };