import type { ArtifactStore } from './artifact-store.js'; import type { ArtifactRef, ReflectionReport } from './report-schema.js'; export declare function writeReports(store: ArtifactStore, report: ReflectionReport): Promise; export declare function renderMarkdownReport(report: ReflectionReport): string;