/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
export interface InvoiceTaxBreakout {
    uid?: string;
    taxableAmount?: string;
    taxAmount?: string;
    taxExemptAmount?: string;
    [key: string]: unknown;
}
export declare const invoiceTaxBreakoutSchema: Schema<InvoiceTaxBreakout>;
//# sourceMappingURL=invoiceTaxBreakout.d.ts.map