import winston from 'winston'; declare const logger: winston.Logger; export declare type Logger = winston.Logger; export default logger;