import { A as Agent, a as AgentName } from './shared/package-manager-detector.ncFwAKgD.js';

declare const AGENTS: Agent[];
declare const LOCKS: Record<string, AgentName>;
declare const INSTALL_PAGE: Record<Agent, string>;

export { AGENTS, INSTALL_PAGE, LOCKS };
