import { type IInsight, type IInsightDefinition } from "@gooddata/sdk-model"; /** * @internal */ export declare const isInsightSupportedForAlerts: (insight: IInsightDefinition | IInsight | null | undefined) => boolean; /** * @internal */ export declare const isInsightSupportedForScheduledExports: (insight: IInsightDefinition | IInsight | null | undefined) => boolean; /** * @internal */ export declare const isInsightAlertingConfigurationEnabled: (insight: IInsightDefinition | IInsight | undefined) => boolean; /** * @internal */ export declare const isInsightScheduledExportsConfigurationEnabled: (insight: IInsightDefinition | IInsight | undefined) => boolean; //# sourceMappingURL=alerts.d.ts.map