export declare class Woohoo { test: string; test2: string; test3?: string; constructor(test: string); logMe(): void; } export {};