import type { PackageManager, Phase } from '../types.js'; export declare const preflightPhase: Phase; export declare function detectPackageManager(cwd: string): PackageManager; //# sourceMappingURL=preflight.d.ts.map