export default class Logger { static error(...msgs: string[]): void; static info(...msgs: string[]): void; static warn(...msgs: string[]): void; }