import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class BillingV1 extends ClientSDK { /** * GetBalance * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getBalance(orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetUpcomingInvoiceItems */ getUpcomingInvoiceItems(orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetUpcomingInvoiceTotal */ getUpcomingInvoiceTotal(orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetPaymentMethod */ getPaymentMethod(orgId?: string | undefined, options?: RequestOptions): Promise; /** * InitStripeCustomerPortalUrl */ initStripeCustomerPortalUrl(customerPortalUrl: components.CustomerPortalUrl, orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetInvoices */ getInvoices(orgId?: string | undefined, options?: RequestOptions): Promise>; } //# sourceMappingURL=billingv1.d.ts.map