import { RestCollectionStore } from './stores/rest-collection-store.js'; import { RestResourceStore } from './stores/rest-resource-store.js'; export declare class StoreRegistry { #private; clearAllStores(): void; destroyStore(id: string): void; getStore(id: string): T; registerStore(id: string, store: T): void; } //# sourceMappingURL=rest-store-registry.d.ts.map