import type { PageContent } from '@docfy/core/lib/types';
import type { EnhancedPageContent } from '../types.js';
/**
 * Enhanced page processing that extracts GJS metadata from markdown content
 * This plugin processes the page and structures data for GJS template generation
 */
export declare function enhancePageMetadata(page: PageContent): EnhancedPageContent;
//# sourceMappingURL=enhance-page-metadata.d.ts.map