import { NativeArray } from "../imports/NativeArray"; export declare class ResourceForecaster { forecast(): NativeArray; getForecastMethod(): string; getPredictionHigh(): NativeArray; getPredictionLow(): NativeArray; constructor(); }