import type { Cycle } from '../../session/types.ts'; import type { ModuleGraph } from '../../types/module-graph.ts'; export declare const findAllCycles: (graph: ModuleGraph, ignoredFlags?: number) => Cycle[];