/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
export interface ComponentCostDataRateTier {
    startingQuantity?: number;
    endingQuantity?: number | null;
    quantity?: string;
    unitPrice?: string;
    amount?: string;
    [key: string]: unknown;
}
export declare const componentCostDataRateTierSchema: Schema<ComponentCostDataRateTier>;
//# sourceMappingURL=componentCostDataRateTier.d.ts.map