export namespace sharedDCStore { export { setSharedDCStore }; export { getSharedDCStore }; export { subscribeForSharedDCStore }; export { __removeSharedDCStores }; } declare function setSharedDCStore(storeKey: any, setterFunction: any): void; declare function getSharedDCStore(storeKey: any): any; declare function subscribeForSharedDCStore(storeKey: any, subscribeFn: any): () => void; declare function __removeSharedDCStores(): void; export {}; //# sourceMappingURL=sharedDCStore.d.ts.map