export type MiddlewareHandler = (req: TRequest, res: TResponse, next: TNextFunction) => Promise | TResult; //# sourceMappingURL=MiddlewareHandler.d.ts.map