/** * `@Global()` so the CORE layer can resolve `SCOPE_PREDICATE_SOURCE` without * importing this module. Core-layer retrieval must be able to ask "is this node * in the run's scope root?", but the answer is compiled from the catalog, which * lives here — above core. A global token is the seam that keeps the dependency * pointing one way. Consumers that never load GraphModule simply have no scope * roots, and retrieval stays company-scoped exactly as before. */ export declare class GraphModule { } //# sourceMappingURL=graph.module.d.ts.map