import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { StreetAddressShortZip } from "../../commons/types/StreetAddressShortZip"; import { IndividualBase } from "./IndividualBase"; export declare const PatientBase: core.serialization.ObjectSchema; export declare namespace PatientBase { interface Raw extends IndividualBase.Raw { external_id: string; date_of_birth: string; address: StreetAddressShortZip.Raw; } }