import { ProductName } from '../../products/domain/product-name'; import { ValueByPeriod } from '../../period/domain/value-by-period'; export declare type SupplyPoint = { cups: string; currentPower: ValueByPeriod; optimizedPower: ValueByPeriod; consumption: ValueByPeriod; contractableProducts: ProductName[]; hasEnergyBenefits: boolean; };