export declare class RecordAssessmentAnswerDto {
    questionId: string;
    answer: any;
    assessmentId?: string;
    userId?: string;
}
