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