import {Greeter} from "scripts/hello" var greeter = new Greeter() greeter.greet("World")