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