export declare class Logger { static log(args: string[] | string): void; }