import type { PaperSheetFeedbackThread, PaperSheetQuestionReview } from './types.js'; export declare function formatQuestionMarksLabel(questionMarks: number, review: PaperSheetQuestionReview | null): string; export declare function shouldShowQuestionFeedback(review: PaperSheetQuestionReview | null, thread: PaperSheetFeedbackThread | null, showCompletedFeedbackCards: boolean): boolean;