import { ValidationRuleContract } from "../contracts";
export declare function ip(args?: Array<'4' | '6'>): ValidationRuleContract;
