import type { KnowledgeSection } from "../types.js"; export declare function renderSection(section: KnowledgeSection, generatedAt: string): string; //# sourceMappingURL=section.d.ts.map