import { type DataInsightExtractContext, type Insight } from '../type';
import type { DataInsightOptions } from '../type';
export declare const getInsights: (context: DataInsightExtractContext, options: DataInsightOptions) => Insight[];
