import { IAuthorizer } from "../IAuthorizer"; export declare class ControlDecorator { static Restricted(authorizer: IAuthorizer, enpointGroupOrId?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; }