import { NextFunction, Request, Response } from 'express'; export declare const localErrorHandler: (error: any, request: Request, response: Response, next: NextFunction) => void;