import { AuthClient } from "./api/resources/auth/client/Client"; import { BillingNotesClient } from "./api/resources/billingNotes/client/Client"; import { ChargeCaptureClient } from "./api/resources/chargeCapture/client/Client"; import { ChargeCaptureBundlesClient } from "./api/resources/chargeCaptureBundles/client/Client"; import { ContractsClient } from "./api/resources/contracts/client/Client"; import { CredentialingClient } from "./api/resources/credentialing/client/Client"; import { CustomSchemasClient } from "./api/resources/customSchemas/client/Client"; import { DiagnosesClient } from "./api/resources/diagnoses/client/Client"; import { EligibilityClient } from "./api/resources/eligibility/client/Client"; import { EncounterAttachmentsClient } from "./api/resources/encounterAttachments/client/Client"; import { EncounterProvidersClient } from "./api/resources/encounterProviders/client/Client"; import { EncounterSupplementalInformationClient } from "./api/resources/encounterSupplementalInformation/client/Client"; import { EncountersClient } from "./api/resources/encounters/client/Client"; import { EventsClient } from "./api/resources/events/client/Client"; import { ExportsClient } from "./api/resources/exports/client/Client"; import { ExternalPaymentAccountConfigClient } from "./api/resources/externalPaymentAccountConfig/client/Client"; import { FeeSchedulesClient } from "./api/resources/feeSchedules/client/Client"; import { GuarantorClient } from "./api/resources/guarantor/client/Client"; import { HealthCareCodeInformationClient } from "./api/resources/healthCareCodeInformation/client/Client"; import { ImportInvoiceClient } from "./api/resources/importInvoice/client/Client"; import { InsuranceAdjudicationsClient } from "./api/resources/insuranceAdjudications/client/Client"; import { InsuranceRefundsClient } from "./api/resources/insuranceRefunds/client/Client"; import { MedicationDispenseClient } from "./api/resources/medicationDispense/client/Client"; import { NonInsurancePayerPaymentsClient } from "./api/resources/nonInsurancePayerPayments/client/Client"; import { NonInsurancePayerRefundsClient } from "./api/resources/nonInsurancePayerRefunds/client/Client"; import { NonInsurancePayersClient } from "./api/resources/nonInsurancePayers/client/Client"; import { OrganizationProvidersClient } from "./api/resources/organizationProviders/client/Client"; import { OrganizationServiceFacilitiesClient } from "./api/resources/organizationServiceFacilities/client/Client"; import { PatientArClient } from "./api/resources/patientAr/client/Client"; import { PatientPaymentsClient } from "./api/resources/patientPayments/client/Client"; import { PatientRefundsClient } from "./api/resources/patientRefunds/client/Client"; import { PayerPlanGroupsClient } from "./api/resources/payerPlanGroups/client/Client"; import { PayersClient } from "./api/resources/payers/client/Client"; import { PreEncounterClient } from "./api/resources/preEncounter/client/Client"; import { ServiceLinesClient } from "./api/resources/serviceLines/client/Client"; import { SuperbillsClient } from "./api/resources/superbills/client/Client"; import { TasksClient } from "./api/resources/tasks/client/Client"; import { WriteOffsClient } from "./api/resources/writeOffs/client/Client"; import type { BaseClientOptions, BaseRequestOptions } from "./BaseClient"; import { type NormalizedClientOptionsWithAuth } from "./BaseClient"; export declare namespace CandidApiClient { type Options = BaseClientOptions; interface RequestOptions extends BaseRequestOptions { } } export declare class CandidApiClient { protected readonly _options: NormalizedClientOptionsWithAuth; protected _auth: AuthClient | undefined; protected _billingNotes: BillingNotesClient | undefined; protected _chargeCaptureBundles: ChargeCaptureBundlesClient | undefined; protected _chargeCapture: ChargeCaptureClient | undefined; protected _contracts: ContractsClient | undefined; protected _credentialing: CredentialingClient | undefined; protected _customSchemas: CustomSchemasClient | undefined; protected _eligibility: EligibilityClient | undefined; protected _encounterAttachments: EncounterAttachmentsClient | undefined; protected _encounterProviders: EncounterProvidersClient | undefined; protected _encounterSupplementalInformation: EncounterSupplementalInformationClient | undefined; protected _encounters: EncountersClient | undefined; protected _events: EventsClient | undefined; protected _exports: ExportsClient | undefined; protected _externalPaymentAccountConfig: ExternalPaymentAccountConfigClient | undefined; protected _feeSchedules: FeeSchedulesClient | undefined; protected _guarantor: GuarantorClient | undefined; protected _healthCareCodeInformation: HealthCareCodeInformationClient | undefined; protected _importInvoice: ImportInvoiceClient | undefined; protected _insuranceAdjudications: InsuranceAdjudicationsClient | undefined; protected _insuranceRefunds: InsuranceRefundsClient | undefined; protected _medicationDispense: MedicationDispenseClient | undefined; protected _nonInsurancePayerPayments: NonInsurancePayerPaymentsClient | undefined; protected _nonInsurancePayerRefunds: NonInsurancePayerRefundsClient | undefined; protected _nonInsurancePayers: NonInsurancePayersClient | undefined; protected _organizationProviders: OrganizationProvidersClient | undefined; protected _organizationServiceFacilities: OrganizationServiceFacilitiesClient | undefined; protected _patientAr: PatientArClient | undefined; protected _patientPayments: PatientPaymentsClient | undefined; protected _patientRefunds: PatientRefundsClient | undefined; protected _payerPlanGroups: PayerPlanGroupsClient | undefined; protected _payers: PayersClient | undefined; protected _serviceLines: ServiceLinesClient | undefined; protected _superbills: SuperbillsClient | undefined; protected _tasks: TasksClient | undefined; protected _writeOffs: WriteOffsClient | undefined; protected _preEncounter: PreEncounterClient | undefined; protected _diagnoses: DiagnosesClient | undefined; constructor(options: CandidApiClient.Options); get auth(): AuthClient; get billingNotes(): BillingNotesClient; get chargeCaptureBundles(): ChargeCaptureBundlesClient; get chargeCapture(): ChargeCaptureClient; get contracts(): ContractsClient; get credentialing(): CredentialingClient; get customSchemas(): CustomSchemasClient; get eligibility(): EligibilityClient; get encounterAttachments(): EncounterAttachmentsClient; get encounterProviders(): EncounterProvidersClient; get encounterSupplementalInformation(): EncounterSupplementalInformationClient; get encounters(): EncountersClient; get events(): EventsClient; get exports(): ExportsClient; get externalPaymentAccountConfig(): ExternalPaymentAccountConfigClient; get feeSchedules(): FeeSchedulesClient; get guarantor(): GuarantorClient; get healthCareCodeInformation(): HealthCareCodeInformationClient; get importInvoice(): ImportInvoiceClient; get insuranceAdjudications(): InsuranceAdjudicationsClient; get insuranceRefunds(): InsuranceRefundsClient; get medicationDispense(): MedicationDispenseClient; get nonInsurancePayerPayments(): NonInsurancePayerPaymentsClient; get nonInsurancePayerRefunds(): NonInsurancePayerRefundsClient; get nonInsurancePayers(): NonInsurancePayersClient; get organizationProviders(): OrganizationProvidersClient; get organizationServiceFacilities(): OrganizationServiceFacilitiesClient; get patientAr(): PatientArClient; get patientPayments(): PatientPaymentsClient; get patientRefunds(): PatientRefundsClient; get payerPlanGroups(): PayerPlanGroupsClient; get payers(): PayersClient; get serviceLines(): ServiceLinesClient; get superbills(): SuperbillsClient; get tasks(): TasksClient; get writeOffs(): WriteOffsClient; get preEncounter(): PreEncounterClient; get diagnoses(): DiagnosesClient; }