import { IRbacValidator } from "../interfaces/rbac-validator.interface"; export declare function UseValidators(...filters: (IRbacValidator | Function)[]): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;