export { selectionPlugin } from './selectionPlugin';
export type { SelectionPlugin } from './selectionPluginType';
export type { EditorSelectionAPI, SetSelectionRelativeToNode, SelectionPluginOptions, } from './types';
