export declare class CreateInspectionQuestionDto {
    question_text: string;
    answer_options: string[];
}
