import type { SlateEditor } from '@udecode/plate-common'; import type { NodeEntry } from 'slate'; export declare function normalizeRedundantCoverageAttributes(editor: SlateEditor, [node, path]: NodeEntry): boolean;