import type { PartDefinition, PartResult } from '../../models/types.js'; export interface TeamLeaderArtifactReference { path: string; sha256: string; bytes: number; } export declare function buildTeamLeaderAggregatedContent(plannedParts: PartDefinition[], partResults: PartResult[]): string; //# sourceMappingURL=team-leader-aggregation.d.ts.map