import { TEditor, Value } from "./TEditor"; /** * Check if the editor is currently normalizing after each operation. */ export declare const isEditorNormalizing: (editor: TEditor) => boolean; //# sourceMappingURL=isEditorNormalizing.d.ts.map