import { Editor, EditorOp } from "../interface"; export declare function applyOpToEditor(editor: Editor, ops: EditorOp[], options: { play: boolean; speed: number; }): Promise;