Usually in a protractor specs, I see such things right bellow the import:
import { MyClass} from "./file" const myClass= new MyClass(); describe(&