export declare class UpdateAnswerOptionDto {
    id?: number;
    option_text: string;
}
