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