import type { PageDataLegacy } from '@rspress/shared'; /** * should use `usePage` and `useSite` instead * @deprecated */ export declare function usePageData(): PageDataLegacy;