import { StoreType } from '../../store/store.types'; export declare const stateSelector: (state: StoreType) => StoreType;