import type { Lang } from '../types/index.js'; import type { ManagedArtifactRecord } from '../types/index.js'; import type { ManagedListRow, VersionScorePoint } from '../managed/index.js'; export declare function renderManagedHistory(record: ManagedArtifactRecord, lang: Lang, versionScores?: VersionScorePoint[]): string; export declare function renderManagedList(rows: ManagedListRow[], lang: Lang): string;