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