/// <reference types="winston" />
import { LoggerInstance } from 'winston';
declare const logger: LoggerInstance;
export default logger;
