import type { State, StoreApi } from 'zustand/vanilla'; export declare function atomWithStore(store: StoreApi): any;