constants.d.cts 265 B

1234567
  1. import { A as Agent, a as AgentName } from './shared/package-manager-detector.257741fc.cjs';
  2. declare const AGENTS: Agent[];
  3. declare const LOCKS: Record<string, AgentName>;
  4. declare const INSTALL_PAGE: Record<Agent, string>;
  5. export { AGENTS, INSTALL_PAGE, LOCKS };