import winston from 'winston'; import 'winston-daily-rotate-file'; declare const logger: winston.Logger; export default logger;