import { SyncValidation, NodeSubType } from '../../types.js'; /** * Ensure the length of an array of a string is above the * defined length */ export declare const minLength: SyncValidation<{ minLength: number; subtype: NodeSubType; }>;