/** * Curated additions the vendored ruleset lacks, in the same TrackingProvider * shape so the engine treats both identically. Everything here is covered by * tests/url-test.ts; entries that land upstream can be deleted on the next * `pnpm update-url-rules`. * * The bar for the global entry is UNAMBIGUOUS: ad-platform click ids and * analytics linkers that never carry meaning anywhere. Ambiguous names * (`ref`, `source`, `si`, `t`) go under a host — a global strip of `ref` * would corrupt GitHub URLs, where it names a branch. */ import type { TrackingProvider } from "./tidy-rules.js"; export declare const OVERLAY_RULES: readonly TrackingProvider[]; //# sourceMappingURL=overlay.d.ts.map