import type { SelectionToolStore } from './types'; export declare const useSelectionToolStore: (selector: (state: SelectionToolStore) => T) => T; //# sourceMappingURL=useSelectionToolStore.d.ts.map