import { ValidationRule } from '../types/index.js'; declare const isArray: ValidationRule; export { isArray };