import { CreditsGetOptionalParams, CreditsGetResponse } from "../models"; /** Interface representing a Credits. */ export interface Credits { /** * 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