1.  
  2. import { SomeType, someFunc } from "./MyThings";
  3. let x = new SomeType();
  4. let y = someFunc();
  5.