import type { Action, AnyAction, Store } from 'redux'; export declare function atomWithStore(store: Store): import("jotai").WritableAtom;