import { IValidator } from "../validation/validator"; export declare function validate(...validators: IValidator[]): (target: T, key: K) => void;