import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { NonInsurancePayerId } from "../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId"; import { PatientClinicalTrialInfoCreate } from "./PatientClinicalTrialInfoCreate"; export declare const PatientNonInsurancePayerInfoCreate: core.serialization.ObjectSchema; export declare namespace PatientNonInsurancePayerInfoCreate { interface Raw { non_insurance_payer_id: NonInsurancePayerId.Raw; member_id?: string | null; clinical_trial_info?: PatientClinicalTrialInfoCreate.Raw[] | null; } }