import { DepTree } from '../types'; export declare function pruneTree(tree: DepTree, packageManagerName: string): Promise;