declare function getPackageTool(): ('pnpm' | 'npm' | 'yarn')[]; export { getPackageTool };