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 EncounterServiceFacilityUpdate: core.serialization.ObjectSchema; export declare namespace EncounterServiceFacilityUpdate { interface Raw { organization_name?: string | null; npi?: string | null; address?: StreetAddressLongZip.Raw | null; secondary_identification?: string | null; mammography_certification_number?: string | null; } }