import "typings-global";
export declare let beautyConsole: {
log2: {
(message?: any, ...optionalParams: any[]): void;
};
log: (logArg: any) => void;