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