export interface TrackingProvider { name: string; /** Host-matcher regex source; tested against the URL host (href when matchHref). */ match: string; flags: string; matchHref?: boolean; /** Param names to strip (compared lowercased). */ rules: readonly string[]; /** Param names protected from ANY rule on this provider's URLs. */ allow?: readonly string[]; /** URL patterns that opt a URL out of this provider entirely. */ exclude?: readonly { match: string; flags: string; }[]; } export declare const TIDY_VERSION = "1.18.5"; export declare const TIDY_RULES: readonly TrackingProvider[]; //# sourceMappingURL=tidy-rules.d.ts.map