import { RenderTemplateReportConfig } from "./types.js";
export declare const outputMarkdown: (strData: string, reportConfig?: RenderTemplateReportConfig) => string;
