import type { FrontMatterMeta } from '@rspress/shared'; export declare const useFrontmatter: () => { frontmatter: FrontMatterMeta; };