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