export declare class Log { static debug(...args: any[]): void; static info(...args: any[]): void; static error(...args: any[]): void; }