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