export declare class Logger { static log(message: string): void; static error(message: string): void; static warn(message: string): void; }