import { StoreContext } from './x.store-context'; /** * The above function returns the value of the appContextState. * @returns The appContextState.value is being returned. */ export declare const appContext: () => StoreContext;