import type { Draft } from '@knapsack/utils'; import type { BlockConfig } from '@knapsack/types'; /** * Per-block-shape-aware counterpart to `stripUnrecognizedTiptapContent` * (from `@knapsack/tiptap-utils`, which only knows JSONContent, not * BlockConfig). Mutates the draft in place, only touching fields that * actually had something unrecognized - never makes a patch if there's * nothing to strip. */ export declare function stripUnrecognizedTiptapContentFromBlock(block: Draft, recognizedTypeNames?: ReadonlySet): void; //# sourceMappingURL=strip-unrecognized-tiptap-content.d.ts.map