import { ValidationRuleContract } from "../contracts";
export declare function any(args: Array<string>): ValidationRuleContract;
