import { Price } from '../../order/Price';
/** Prices for renew forecasting */
export interface RenewForecastPrices {
    /** Tax */
    tax: Price;
    /** Total price with tax */
    withTax: Price;
    /** Total price without tax */
    withoutTax: Price;
}
//# sourceMappingURL=RenewForecastPrices.d.ts.map