import { Reflector } from '@nestjs/core'; export declare class RbacMetadataAccessor { private readonly reflector; constructor(reflector: Reflector); getValidators(target: Function): Function[] | undefined; }