export declare class MultipleChoiceAnswer { id: string; sortOrder: number; isCorrect: boolean; answer: string; }