export declare const UUID_REGEX: RegExp; export declare const EMAIL_REGEX: RegExp; export declare const NAME_REGEX: RegExp; export declare const FULL_NAME_REGEX: RegExp; export declare enum AcceptedStringFormats { UUID = "uuid", Email = "email", Name = "name", FullName = "fullname" } export declare const STRING_FORMATS: AcceptedStringFormats[]; //# sourceMappingURL=string.d.ts.map