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 { StreetAddressShortZip } from "../../commons/types/StreetAddressShortZip"; import { IndividualBase } from "./IndividualBase"; export declare const SubscriberBase: core.serialization.ObjectSchema; export declare namespace SubscriberBase { interface Raw extends IndividualBase.Raw { patient_relationship_to_subscriber_code: PatientRelationshipToInsuredCodeAll.Raw; date_of_birth?: string | null; address?: StreetAddressShortZip.Raw | null; } }