export abstract class Foo { abstract fooMethod(x: string): void; }