export declare const isCyclic: (graph: readonly [import("./VertexSet").VertexSet, import("./ArcSet").ArcSet]) => boolean;