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