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