import { destructor, record } from '@synnaxlabs/x'; export interface UseKeyedListenersReturn { notifyListeners: (keys: K | K[]) => void; subscribe: (listener: () => void, key?: K) => destructor.Destructor; } export declare const useKeyedListeners: () => UseKeyedListenersReturn; //# sourceMappingURL=store.d.ts.map