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