export declare function guardToMiddleware(guardClass: any): () => (targetPrototype: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
