import Graph from '../Graph'; declare const findCycles: (graph: Graph, Record, string>) => NodeType[][]; export default findCycles;