import { Store, Subscribe } from '../store/store.types'; export declare const useStore: (store: Store) => [T, Subscribe, T];