/** * Dependencies Module * * Plugin dependency analysis and resolution. * * @since v1.20.0 */ export { type DependencyNode, type DependencyGraph, type MissingDependency, type DependencyAnalysis, buildDependencyGraph, findMissingDependencies, findCircularDependencies, getLoadOrder, getAllDependencies, analyzeDependencies, getDependencySummary, formatDependencyTree, } from './dependency-service.js'; //# sourceMappingURL=index.d.ts.map