import type { RunLog, ExportOptions } from './types.js'; /** * Export a RunLog to JSON, Markdown, or HTML. */ export declare function exportRun(log: RunLog, options: ExportOptions, outputPath?: string): string; //# sourceMappingURL=export.d.ts.map