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