import { Graph } from "../../../graph/Graph";
export declare function tarjan<T>(graph: Graph<T>): string[][];
