import type { ExtensionType } from '@blocksuite/store'; export declare const InlineAdapterExtensions: ExtensionType[]; export * from './html/html-inline'; export * from './html/inline-delta'; export * from './markdown/inline-delta'; export * from './markdown/markdown-inline'; export * from './notion-html/html-inline'; //# sourceMappingURL=extensions.d.ts.map