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