export declare const enum RateElementTypeEnum { EnergyTimeOfUse = "EnergyTimeOfUse", BlockedTiersInDays = "BlockedTiersInDays", BlockedTiersInMonths = "BlockedTiersInMonths", FixedPerDay = "FixedPerDay", FixedPerMonth = "FixedPerMonth", Demand = "Demand", MonthlyDemand = "MonthlyDemand", AnnualDemand = "AnnualDemand", MonthlyEnergy = "MonthlyEnergy", SurchargeAsPercent = "SurchargeAsPercent", HourlyEnergy = "HourlyEnergy", DemandTiersInMonths = "DemandTiersInMonths", DemandTimeOfUse = "DemandTimeOfUse", DemandPerDay = "DemandPerDay" }