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