import type { H3Event } from 'h3'; export interface ContentPageResult { markdown: string; title?: string; description?: string; updatedAt?: string; } export declare function tryGetContentMarkdown(event: H3Event, path: string): Promise;