import { RuleContext } from '../validator'; export declare function arrayRule(value: any, _ctx: RuleContext): boolean;