import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { PatientRelationshipToInsuredCodeAll } from "../../commons/types/PatientRelationshipToInsuredCodeAll"; import { StreetAddressShortZipOptional } from "../../commons/types/StreetAddressShortZipOptional"; import { IndividualBaseOptional } from "./IndividualBaseOptional"; export declare const SubscriberBaseOptional: core.serialization.ObjectSchema; export declare namespace SubscriberBaseOptional { interface Raw extends IndividualBaseOptional.Raw { patient_relationship_to_subscriber_code?: PatientRelationshipToInsuredCodeAll.Raw | null; date_of_birth?: string | null; address?: StreetAddressShortZipOptional.Raw | null; } }