import { Request, Response } from 'express-serve-static-core'; export declare function errorHandler(err: Error, _req: Request, res: Response, _next: any): void;