import type { Store } from '../../libs/cargo-hold'; export declare const useStoreState: (store: Store, mapState?: ((state: State) => Return) | undefined) => Return;