export declare const META_ALLOW_ANY_ROLE = "allowAnyRole"; /** * Allow any role specified in the `@Roles` decorator. * @since 1.1.0 */ export declare const AllowAnyRole: () => import("@nestjs/common").CustomDecorator;