import type * as CandidApi from "../../../index"; export interface MedicareProviderIdentifier { state: CandidApi.State; providerNumber: string; }