export declare class Debugger { private _className; constructor(classname: any); private _debug; debug(method: string, txt: string): void; }