import type { Target } from "./types/Target.js"; export declare function sortTargetsByPriority(targets: Target[]): Target[];