export const foo = 'bar'; export class MyClass { } const something = 'something'; export default something; export { something as somethingElse };