export declare class Debugger {
    static warn(message: string): void;
}
