declare const log: (...rest: any[]) => void;
export declare const logError: (...rest: any[]) => void;
export default log;
