Interfaces

interface IPrintable {
    print(): void
}

let printable = new IPrintable() //<- Error