import type { Module } from "../../proto.js"; export declare function topologicalSort(nodes: Map>, node: Module, visited?: Set, stack?: Set): Set; //# sourceMappingURL=topological-sort.d.ts.map