import { Credits } from "../operationsInterfaces"; import { ConsumptionManagementClient } from "../consumptionManagementClient"; import { CreditsGetOptionalParams, CreditsGetResponse } from "../models"; /** Class containing Credits operations. */ export declare class CreditsImpl implements Credits { private readonly client; /** * Initialize a new instance of the class Credits class. * @param client Reference to the service client */ constructor(client: ConsumptionManagementClient); /** * The credit summary by billingAccountId and billingProfileId. * @param billingAccountId BillingAccount ID * @param billingProfileId Azure Billing Profile ID. * @param options The options parameters. */ get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise; } //# sourceMappingURL=credits.d.ts.map