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