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