export {
  buildPluginDependencyStatus,
  normalizePluginDependencySpecs,
} from "./status-dependencies-core.js";
export type {
  PluginDependencyEntry,
  PluginDependencySpecMap,
  PluginDependencyStatus,
} from "./status-dependencies-core.js";
