import { PageContext } from "../contexts/Page"; export declare function usePage(): PageContext; export declare function useOptionalPage(): PageContext | undefined;