import { EditorState } from './editor-state.svelte'; /** Existing-equation edit state with history-integrated OMML replacement. */ export declare class EditorEquationController { private readonly editor; editingId: string | null; constructor(editor: EditorState); open(id: string): boolean; get omml(): Record | null; apply(omml: Record): void; close(): void; } //# sourceMappingURL=editor-equation-controller.svelte.d.ts.map