import * as Root from "~/redux/types/State";
import { State } from "./types/State";
export declare const selectState: (state: Root.State) => State;
