import { DepTree } from '../types'; export declare function countTotalDependenciesInTree(depTree: DepTree): number;