import { type Rule } from "../model.js"; /** * A published → published workspace dependency must use a concrete range. On * npm a `*` range resolves to whatever the registry returns, which is the * same-name collision vector. */ export declare const publishedDepNeedsVersionRange: Rule;