import { AbsType } from './AbsType'; import type * as schema from '../../schema'; export declare class StrType extends AbsType { format(format: schema.StrSchema['format']): this; min(min: schema.StrSchema['min']): this; max(max: schema.StrSchema['max']): this; } //# sourceMappingURL=StrType.d.ts.map