import 'typings-global';
export declare let beautyConsole: {
log: (logArg: any) => void;
error: () => void;
};