import type { Declarable } from "../declarable.js"; /** * Builds a dependency graph from a collection of entities * @param entities - Map of export name to Declarable entity * @returns Map of entity name to set of entity names it depends on */ export declare function buildDependencyGraph(entities: Map): Map>; //# sourceMappingURL=graph.d.ts.map