import express from 'express'; import { Type, ControllerFactory } from '@nger/core'; export declare function createGuard(ctrl: ControllerFactory, it: Type): (req: express.Request, res: express.Response, next: express.NextFunction) => void;