import { SchemaRule } from "../../types/rule-types.mjs"; //#region ../@warlock.js/seal/src/rules/string/email.d.ts /** * Email rule - validates email format */ declare const emailRule: SchemaRule; //#endregion export { emailRule }; //# sourceMappingURL=email.d.mts.map