import { ValidSupplyArea } from '../..'; import { PriceData } from '../../../data'; import Supplier from '../Supplier'; export default class EnergiDataService extends Supplier { private readonly baseUrl; private convertToPriceData; fetchPrices(dates: Date[], area: ValidSupplyArea): Promise; }