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