import type { EditorView } from '@atlaskit/editor-prosemirror/view';
export declare function taskItemOnChange(view: EditorView, event: Event): void;
