/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { CurrencyOveragePrices } from './currencyOveragePrices.js';
export interface ComponentPricePointCurrencyOverageResponse {
    /** Extends a component price point with currency overage prices. */
    pricePoint: CurrencyOveragePrices;
    [key: string]: unknown;
}
export declare const componentPricePointCurrencyOverageResponseSchema: Schema<ComponentPricePointCurrencyOverageResponse>;
//# sourceMappingURL=componentPricePointCurrencyOverageResponse.d.ts.map