import type { BlipClient } from '../client.ts'; import type { Plan } from '../types/billing.ts'; import { Namespace, type SendCommandOptions } from './namespace.ts'; export declare class BillingNamespace extends Namespace { constructor(blipClient: BlipClient, defaultOptions?: SendCommandOptions); getPlan(tenantId: string): Promise; } //# sourceMappingURL=billing.d.ts.map