import { IRangeUpdate } from "./RangeEditor"; export interface IHtmlEditorCommand { [key: string]: (e: IRangeUpdate) => void; } declare const HtmlEditorCommands: IHtmlEditorCommand; export default HtmlEditorCommands; //# sourceMappingURL=HtmlEditorCommands.d.ts.map