import { ErrorRequestHandler } from "express"; export declare class ErrorMiddleware { private errorReporter; getHandler(): ErrorRequestHandler; }