export declare function error(msg: string | Error, tag?: string, stack?: boolean): void; export declare function warn(msg: string | Error, tag?: string, stack?: boolean): void; export declare function info(msg: string | Error, tag?: string): void; export declare function clear(title: string): void;