import { GraphLike, AsyncGraphLike } from "../types"; export declare function tarjan(graph: GraphLike): Generator; export declare function tarjanAsync(graph: AsyncGraphLike): AsyncGenerator; //# sourceMappingURL=tarjan.d.ts.map