import { ErrorRequestHandler } from 'express'; export declare const defaultErrorHandler: (returnErrorStack?: boolean) => ErrorRequestHandler;