import { MilkdownPlugin } from '@milkdown/kit/ctx'; /** * Crepe’s clipboard implements `handlePaste` and never runs ProseMirror’s `transformPasted`, so * {@link ./tableCellImage#createTableCellImageTransformPlugin} alone does not fix pasting an * `image-block` into a table cell. This prepends to `prosePluginsCtx` (same pattern as * {@link ./taskListOrphanPastePlugin}) and only returns `true` when we rewrite that paste. */ export declare const tableCellImagePastePlugin: MilkdownPlugin;