import { State } from '../State'; import * as types from '../types'; /** */ export declare class MinLength extends types.Base { static mayContain: () => types.BaseClass[]; init(state: State): void; value: string; }