import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { StreetAddressLongZip } from "../../commons/types/StreetAddressLongZip"; export declare const EncounterServiceFacilityBase: core.serialization.ObjectSchema; export declare namespace EncounterServiceFacilityBase { interface Raw { organization_name: string; npi?: string | null; address: StreetAddressLongZip.Raw; secondary_identification?: string | null; mammography_certification_number?: string | null; } }