export type SynthesisNarrativeStatus = "applied" | "omitted"; export interface SynthesisNarrativeRecord { status: SynthesisNarrativeStatus; theme_count: number; executive_summary_present: boolean; top_risk_count: number; } //# sourceMappingURL=synthesisNarrative.d.ts.map