import { type effects as blockRootEffects } from '@blocksuite/affine-block-root/effects'; import { type effects as componentCaptionEffects } from '@blocksuite/affine-components/caption'; import { type effects as componentColorPickerEffects } from '@blocksuite/affine-components/color-picker'; import { type effects as componentContextMenuEffects } from '@blocksuite/affine-components/context-menu'; import { type effects as componentDatePickerEffects } from '@blocksuite/affine-components/date-picker'; import { type effects as componentDropIndicatorEffects } from '@blocksuite/affine-components/drop-indicator'; import { type effects as componentEmbedCardModalEffects } from '@blocksuite/affine-components/embed-card-modal'; import { type effects as componentHighlightDropdownMenuEffects } from '@blocksuite/affine-components/highlight-dropdown-menu'; import { type effects as componentLinkPreviewEffects } from '@blocksuite/affine-components/link-preview'; import { type effects as componentLinkedDocTitleEffects } from '@blocksuite/affine-components/linked-doc-title'; import { type effects as componentPortalEffects } from '@blocksuite/affine-components/portal'; import { type effects as componentToggleButtonEffects } from '@blocksuite/affine-components/toggle-button'; import { type effects as componentToolbarEffects } from '@blocksuite/affine-components/toolbar'; import { type effects as componentViewDropdownMenuEffects } from '@blocksuite/affine-components/view-dropdown-menu'; import { type effects as richTextEffects } from '@blocksuite/affine-rich-text/effects'; import { type effects as stdEffects } from '@blocksuite/std/effects'; export declare const _GLOBAL_: | typeof stdEffects | typeof richTextEffects | typeof blockRootEffects | typeof componentCaptionEffects | typeof componentContextMenuEffects | typeof componentDatePickerEffects | typeof componentDropIndicatorEffects | typeof componentEmbedCardModalEffects | typeof componentHighlightDropdownMenuEffects | typeof componentLinkPreviewEffects | typeof componentLinkedDocTitleEffects | typeof componentPortalEffects | typeof componentToolbarEffects | typeof componentToggleButtonEffects | typeof componentColorPickerEffects | typeof componentViewDropdownMenuEffects;