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