export declare class Logger {
    static log(...args: any[]): void;
    static debug(...args: any[]): void;
}
