import { type StoreApi } from 'zustand'; import type { SelectionToolStore } from './types'; export type SelectionToolStoreApi = StoreApi; export declare const createSelectionToolStore: () => SelectionToolStoreApi; //# sourceMappingURL=createSelectionToolStore.d.ts.map