import type { ContentionDetails } from '../../session/types.ts';
import type { ModuleGraph } from '../../types/module-graph.ts';
export declare const getContention: (graph: ModuleGraph, filePath: string) => Map<string, ContentionDetails>;
