export { hello as child } from './child'; export { hola as niƱo } from './nino'; export { parent } from './parent';