import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
declare const refreshBrowserSelection: () => void;
declare const refreshBrowserSelectionOnChange: (transaction: Readonly<Transaction>, editorState: EditorState) => void;
export default refreshBrowserSelectionOnChange;
export { refreshBrowserSelection };
