import type { Target } from "./types/Target.js"; /** * Priorities for a target is actually the MAX of all the priorities of the targets that depend on it plus the current priority. */ export declare function prioritize(targets: Map): void;