import express, { NextFunction, Response, Request } from 'express'; export declare class InterfaceGuard { static configure(app: express.Application): void; static checkInterface(type: new () => T, req: Request, res: Response, next: NextFunction): void; } //# sourceMappingURL=InterfaceGuard.d.ts.map