import { Asciidoctor } from '@asciidoctor/core';
import ProcessorOptions = Asciidoctor.ProcessorOptions;
export declare function adocToTinyHtml(content: string, options?: ProcessorOptions): string;
