import type { PageData } from '@rspress/shared'; export declare function usePages(): { pages: PageData['pages']; };