import * as winston from 'winston'; export declare class Logger { static createLogger(name: string): winston.Logger; }