import type { PageContent } from '@docfy/core/lib/types';
import type { FileToGenerate } from './types.js';
/**
 * Generate a complete page template with path and content
 * This is the main entry point for template generation
 */
export declare function generatePage(page: PageContent): FileToGenerate[];
//# sourceMappingURL=template-generator.d.ts.map