import { Request } from 'express'; export declare let Guard: (guardFunction: (req: Request) => boolean) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;