import type { StackProfile } from './types.js'; /** Detect package manager from lock files in the given directory. */ export declare function detectPackageManager(cwd: string): string | null; export declare function analyzeStack(cwd: string): Promise; //# sourceMappingURL=stack.d.ts.map