import { Store, Selector } from './store'; export declare function useStore(store: Store, selector?: Selector): T | U;