/** Minimal no-op stores for Catalox deps not used on the local read path. */ export declare function createLocalStubDeps(): { apps: { get: () => Promise; upsert: () => Promise; listAll: () => Promise; }; definitions: { get: () => Promise; upsert: () => Promise; }; mappings: { get: () => Promise; upsert: () => Promise; listAll: () => Promise; }; references: { listByCatalog: () => Promise; listByToCatalog: () => Promise; listReferencingCatalog: () => Promise; listByItem: () => Promise; listToItem: () => Promise; delete: () => Promise; upsert: () => Promise; }; snapshots: { get: () => Promise; upsert: () => Promise; listByCatalog: () => Promise; }; adapters: { get: () => Promise; upsert: () => Promise; listAll: () => Promise; }; catalogDataIndex: { get: () => Promise; upsert: () => Promise; }; storeAppBindings: { get: () => Promise; upsert: () => Promise; listByStore: () => Promise; }; identityBindings: { get: () => Promise; upsert: () => Promise; listByCatalog: () => Promise; listAll: () => Promise; delete: () => Promise; }; catalogTypes: { resolveForContext: () => Promise; upsert: () => Promise; }; domains: { get: () => Promise; upsert: () => Promise; listAll: () => Promise; }; agents: { get: () => Promise; upsert: () => Promise; listAll: () => Promise; }; }; //# sourceMappingURL=stub-deps.d.ts.map