import { Service } from './lib/Service'; const svc = new Service('alpha'); console.log(svc.greet());