import winston from 'winston'; declare const logger: winston.Logger; export declare function configureLogging(): winston.Logger; export { logger };