import { CmsModelFieldPatternValidator } from "../../abstractions/CmsModelFieldPatternValidator.js"; declare class UrlPatternImpl implements CmsModelFieldPatternValidator.Interface { readonly pattern: { name: string; regex: string; flags: string; }; } export declare const UrlPattern: typeof UrlPatternImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};