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