import type { Future } from "../../types/module.js"; import { AdjacencyList } from "./adjacency-list.js"; export declare class AdjacencyListConverter { static buildAdjacencyListFromFutures(futures: Future[]): AdjacencyList; /** * The famed Malaga rule, if a future's dependency is in a submodule, * then that future should not be executed until all futures in the * submodule have been run. */ private static _optionallyAddDependenciesSubmoduleSiblings; } //# sourceMappingURL=adjacency-list-converter.d.ts.map