import {AType, bVar} from './declaration'; import {DType} from './declaration2'; import {variable} from './another'; export { AType, DType, bVar, variable, }; export {BType} from './declaration'; export {CType} from './declaration2';