export default class Logger { static info(message: string): void; static error(message: string): void; static warning(message: string): void; }