import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ScreeningQuestion } from "./ScreeningQuestion"; export declare const ScreeningQuestionAnswerRequestQuestion: core.serialization.Schema; export declare namespace ScreeningQuestionAnswerRequestQuestion { type Raw = string | ScreeningQuestion.Raw; }