import { z } from "zod"; export declare const CharacterTypeSchema: z.ZodEnum<["alpha", "numeric", "punctuation", "termination", "whitespace", "upper"]>; //# sourceMappingURL=text.d.ts.map