import type { SiteData } from '@rspress/shared'; export declare function useSite(): { site: SiteData; };