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 ScreeningQuestionAnswerQuestion: core.serialization.Schema; export declare namespace ScreeningQuestionAnswerQuestion { type Raw = string | ScreeningQuestion.Raw; }