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