import * as winston from "winston"; export declare const createLogger: (l: string, level?: string) => winston.Logger | undefined;