declare const log: (label: string, ...message: any[]) => void; export default log;