import express, { NextFunction } from 'express';
export declare function sendErrorResponse(response: express.Response, statusCode: number, message: string | object, error?: any): express.Response<any, Record<string, any>>;
export declare const jsonErrorHandler: (err: any, req: express.Request, res: express.Response, next: NextFunction) => void | express.Response<any, Record<string, any>>;
//# sourceMappingURL=express-utils.d.ts.map