export declare function AllowAnonymous(): (target: any, key: string, descriptor: PropertyDescriptor) => void; export declare function IsAllowAnonymous(target: Function): boolean;