import { AppStateInterface } from "..";
export declare function useAppState<X>(selector: (a: AppStateInterface) => X): X;
