import { createIdentifier } from '@blocksuite/global/di'; import type { Store } from './store'; export const StoreIdentifier = createIdentifier('Store');