export declare function classifyInstallTarget(spec: string, knownMarketplaces: Set): { type: "marketplace"; name: string; marketplace: string; } | { type: "npm"; spec: string; };