import type { PackageManager } from "../types.js";
export declare const getUserPkgManager: () => PackageManager;
