import { VertexSet } from "./VertexSet"; export declare const sources: (graph: readonly [VertexSet, import("./ArcSet").ArcSet]) => VertexSet;