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