import { type Root } from './typedefs/Root'; declare const store: { currentUpdatePriority: number; debug: boolean; unmountQueue: Set; }; export { store };