import { TagNode } from '@bbob/plugin-helper'; import type { BBobCoreOptions, BBobPlugins, TagNodeTree } from '@bbob/types'; interface BBobHTMLOptions extends BBobCoreOptions { stripTags?: boolean; } export declare function render(nodes?: TagNodeTree, options?: BBobHTMLOptions): string; export declare function html(source: InputValue, plugins: BBobPlugins, options?: BBobHTMLOptions): string; export default html; //# sourceMappingURL=index.d.ts.map