import type { BillingAccount } from "../operationsInterfaces/index.js"; import type { SubscriptionClient } from "../subscriptionClient.js"; import type { BillingAccountGetPolicyOptionalParams, BillingAccountGetPolicyResponse } from "../models/index.js"; /** Class containing BillingAccount operations. */ export declare class BillingAccountImpl implements BillingAccount { private readonly client; /** * Initialize a new instance of the class BillingAccount class. * @param client Reference to the service client */ constructor(client: SubscriptionClient); /** * Get Billing Account Policy. * @param billingAccountId Billing Account Id. * @param options The options parameters. */ getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise; } //# sourceMappingURL=billingAccount.d.ts.map