import type { BaseClientOptions } from "../../../../BaseClient"; import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient"; import { V4Client } from "../resources/v4/client/Client"; export declare namespace PatientPaymentsClient { type Options = BaseClientOptions; } export declare class PatientPaymentsClient { protected readonly _options: NormalizedClientOptionsWithAuth; protected _v4: V4Client | undefined; constructor(options: PatientPaymentsClient.Options); get v4(): V4Client; }