import type { PageContextType } from '../types.js';
export default function usePageContext(): PageContextType;
