import { RenewForecastDetail } from './RenewForecastDetail';
import { RenewForecastPrices } from './RenewForecastPrices';
/** Representation of service's renew forecasting */
export interface RenewForecast {
    /** Forecast details */
    details: RenewForecastDetail[];
    /** Prices for renew forecasting */
    prices: RenewForecastPrices;
}
//# sourceMappingURL=RenewForecast.d.ts.map