import type { SourceGraph } from './source-graph.js';
import type { CompilationChange } from './types.js';
export declare function resolveInvalidatedScopes(graph: SourceGraph, changes: Iterable<CompilationChange>): Set<string>;
