import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ScreeningQuestionAnswerRequestQuestion } from "./ScreeningQuestionAnswerRequestQuestion"; export declare const ScreeningQuestionAnswerRequest: core.serialization.ObjectSchema; export declare namespace ScreeningQuestionAnswerRequest { interface Raw { remote_id?: string | null; question?: ScreeningQuestionAnswerRequestQuestion.Raw | null; answer?: string | null; integration_params?: Record | null; linked_account_params?: Record | null; } }