export interface NestMiddleware { use(req: TRequest, res: TResponse, next: () => void): any; }