import type { StoreApi } from 'zustand/vanilla'; import { type IslandStoreState } from '../../client/islandStore'; export declare const useIslandStore: (store: StoreApi, selector: (state: TState) => TSelected) => TSelected;