/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { UpdateComponentPricePoint } from './updateComponentPricePoint.js';
export interface UpdateComponentPricePointRequest {
    pricePoint?: UpdateComponentPricePoint;
    [key: string]: unknown;
}
export declare const updateComponentPricePointRequestSchema: Schema<UpdateComponentPricePointRequest>;
//# sourceMappingURL=updateComponentPricePointRequest.d.ts.map