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