declare class Logger { private static colors; private static chelp; private static format; private static wrapType; static info(message: string): void; static ok(message: string): void; static warn(message: string): void; static error(message: string): void; } export { Logger };