import { FieldValidateConfig } from '../interfaces.js'; export interface IsLengthArgs { /** Check to see if it exactly matches size */ readonly size?: number; readonly min?: number; readonly max?: number; } export declare const isLengthConfig: FieldValidateConfig; //# sourceMappingURL=isLength.d.ts.map