import { createSinglePointSelection } from "../selection/selection.js"; import { createMultiPointSelection } from "../selection/selection.js"; import { createIntervalSelection } from "../selection/selection.js"; import { updateMultiPointSelection } from "../selection/selection.js"; export { createSinglePointSelection, createMultiPointSelection, createIntervalSelection, updateMultiPointSelection }; //# sourceMappingURL=selectionStore.d.ts.map