import { Extensions, JSONContent } from '../types.js'; export declare function generateHTML(doc: JSONContent, extensions: Extensions): string;