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