import { Rule } from '..'; export declare function UseRules(...filters: (Rule | Function)[]): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;