import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ScreeningQuestionAnswerQuestion } from "./ScreeningQuestionAnswerQuestion"; export declare const ScreeningQuestionAnswer: core.serialization.ObjectSchema; export declare namespace ScreeningQuestionAnswer { interface Raw { id?: string | null; remote_id?: string | null; created_at?: string | null; modified_at?: string | null; question?: ScreeningQuestionAnswerQuestion.Raw | null; answer?: string | null; remote_was_deleted?: boolean | null; } }