/** * The function returns the value of the root context state. * @returns The value of the `rootContextState.value` variable is being returned. */ export declare const rootContext: () => import("thorium-states").TState;