// @flow declare function tarjan(graph: Map>): Array>; declare module.exports: typeof tarjan;