export declare class Hello { text: string; constructor(); saySomething(): void; }