import * as winston from "winston"; export default class Logger { logger: winston.Logger | null; constructor(logger: winston.Logger); }