import { Capacities } from './Renew/Capacities';
import { Current } from './Renew/Current';
/** Service renew information */
export interface Renew {
    /** Renew capacities */
    capacities: Capacities;
    /** Current renew configuration */
    current: Current;
}
//# sourceMappingURL=Renew.d.ts.map