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