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