import { type Brand, type NonEmptyString } from 'ts-type-forge'; import { type Type } from '../../../type.mjs'; export type Email = Brand; /** * @link https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address */ export declare const email: (options?: Partial>) => Type; //# sourceMappingURL=email.d.mts.map