import type { Book, Chapter } from '../domain/book.js'; export declare function renderChapter(book: Book, chapter: Chapter): string; export declare function renderCover(book: Book): string | undefined; export declare function renderNavigation(book: Book, chapterFiles: Map): string; //# sourceMappingURL=render.d.ts.map