import { ValidationRule } from '../types/index.js'; declare const minLength: (length: any) => ValidationRule; export { minLength };