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