import winston from "winston"; declare const logger: winston.Logger; export declare function formatError(error: any): string; export default logger;