export type StringFormat = 'alpha' | 'alphanumeric' | 'ascii' | 'base32' | 'base58' | 'base64' | 'bic' | 'boolean-string' | 'byte-length' | 'credit-card' | 'currency' | 'data-uri' | 'date-string' | 'decimal' | 'ean' | 'email' | 'ethereum-address' | 'firebase-push-id' | 'hash' | 'hex-color' | 'hsl' | 'iban' | 'identity-card' | 'imei' | 'ip-range' | 'ip' | 'isbn' | 'isin' | 'iso31661-alpha2' | 'iso31661-alpha3' | 'iso4217' | 'iso8601' | 'isrc' | 'issn' | 'json' | 'jwt' | 'lat-long' | 'locale' | 'mac-address' | 'magnet-uri' | 'mime-type' | 'mobile-phone' | 'mongo-id' | 'number-string' | 'octal' | 'passport-number' | 'phone-number' | 'port' | 'postal-code' | 'rgb-color' | 'sem-ver' | 'slug' | 'strong-password' | 'time-zone' | 'url' | 'uuid' | 'variable-width'; //# sourceMappingURL=string-format.d.ts.map