/** Lazy graph-catalog persistence seam for internal context producers. */ import type { ContextCatalogAccessor } from '../read/catalog.js'; /** Concrete datastore resolution stays behind the graph RunScope accessor. */ export declare function createContextCatalogAccessor(): ContextCatalogAccessor; //# sourceMappingURL=context-catalog-accessor.d.ts.map