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