export class ValidWorkerClass { someMethod() { return 'hello ts class' } moreMethod() { return 1 } } export default new ValidWorkerClass()