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