import { ValidationRule } from '../types/index.js'; declare const hasProp: (...properties: string[]) => ValidationRule; export { hasProp };