import type { KnowledgeBook } from "../types.js"; export declare function renderBook(book: KnowledgeBook): Map; //# sourceMappingURL=book.d.ts.map