import type { State, StoreApi } from 'zustand/vanilla'; import type { SetStateAction } from '../core/types'; export declare function atomWithStore(store: StoreApi): import("jotai").WritableAtom>;