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