/** * The function returns the value of the page context state. * @returns The value of the `pageContextState.value` variable. */ export declare const pageContext: () => import("thorium-states").TState;