import type { PageContent } from '@docfy/core/lib/types';
import { DemoComponent } from './gjs-generator.js';
/**
 * Process a page's demo components and extract them for inline generation
 * This replaces the need for the ember plugin system
 */
export declare function processPageDemos(page: PageContent): DemoComponent[];
/**
 * Check if a page has demo components that need processing
 */
export declare function hasPageDemos(page: PageContent): boolean;
//# sourceMappingURL=demo-processor.d.ts.map