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