import { type EditorState, type Transaction } from 'prosemirror-state';
export default function normalizeNode(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
//# sourceMappingURL=normalizeNode.d.ts.map