import type { SlateEditor, TNodeEntry } from '@udecode/plate-common'; export declare function withNormalization(editor: SlateEditor, normalization: (entry: TNodeEntry) => boolean): SlateEditor;