type PreferredPM = typeof import('preferred-pm').preferredPM;
/** Loads preferred-pm v5 via dynamic import (CJS-safe) and caches the named export. */
export declare function getPreferredPM(): Promise<PreferredPM>;
export {};
//# sourceMappingURL=get-preferred-pm.d.ts.map