import { Link } from '../../types/types.js';
export declare function renderToHtmlAsync(content: string, { baseUrl, description, faviconImage, links, sections, shareImage, title, toc, version }: {
    baseUrl: null | string;
    description: null | string;
    faviconImage: null | string;
    title: null | string;
    links: Array<Link>;
    sections: null | string;
    shareImage: null | string;
    toc: null | string;
    version: null | string;
}): Promise<string>;
//# sourceMappingURL=render-to-html-async.d.ts.map