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