import { NextFunction, Request, Response } from 'express';
import { IAppError } from '../utils/appError';
export declare const globalError: (err: IAppError, req: Request, res: Response, _next: NextFunction) => Response;
