import { DepTree } from '../types';
export declare function dropEmptyDeps(depTree: DepTree): import("@snyk/cli-interface/legacy/common").DepTree;
