import { StringValidator } from './strings'; import type { TextValidatorType, ValidationNames } from '../types/index'; export declare function text(): TextValidator; export declare class TextValidator extends StringValidator implements TextValidatorType { name: ValidationNames; constructor(); }