export default class Logger {
    static active: boolean;
    static log(msg: string): void;
}
