export declare const findCyclicVertex: (graph: readonly [import("./VertexSet").VertexSet, import("./ArcSet").ArcSet]) => number | null;