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