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