import { types, template } from '@babel/core'; type Core = { types: typeof types; template: typeof template; }; export { Core };