/**
* Calculate Forecast Time
* @param refTime Reference time of GRIB Packet
* @param offset Number of units to offset the ref time by
* @param unitOfTime unit of time of offset
*/exportdeclareconstcalculateForecastTime: (refTime: Date, offset: number, unitOfTime: string) =>Date;