import { StoreContext } from './x.store-context'; /** * The function returns the value of the page context state. * @returns The value of the `pageContextState.value` variable. */ export declare const pageContext: () => StoreContext;