export interface ClarificationAnswerMarker { batch: number; answers: Record; actor?: string; ts: string; } export declare function formatClarificationAnswerComment(marker: ClarificationAnswerMarker): string; //# sourceMappingURL=clarification-answer-marker.d.ts.map