import { IRuleOptions } from "../../../interfaces/RulesInterface"; import { Field } from "../../Field"; export declare function maxLength(max: number, options?: IRuleOptions): (field: Field) => Promise; //# sourceMappingURL=maxLength.d.ts.map