how to define a class in typescript


          
class Testing {
 private hello:string;
}