import { type IInsightDefinition } from "@gooddata/sdk-model"; import { type ChartType } from "@gooddata/sdk-ui"; import { type IReferencePoint } from "../interfaces/Visualization.js"; export declare function isForecastEnabled(referencePoint: IReferencePoint | undefined, insight: IInsightDefinition | undefined, type: ChartType | undefined): { enabled: boolean; visible: boolean; }; //# sourceMappingURL=forecastHelper.d.ts.map