export * from './index.v1'; import * as v1 from './index.v1'; export { v1 }; import * as v2 from './index.v2'; export { v2 };