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