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