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