export declare class Logger {
    private static isDebugEnabled;
    static debug(message: string, ...optionalParams: any[]): void;
}
