I\'m able to do something like the following in TypeScript
class Foo { private constructor () {} }
so this constructor is access
constructor
A method without any code must be something like this
class Foo { Foo._(); }