export default class Logger {
    static warn(msg: string): void;
    static error(msg: string): void;
}
