import type { InsightAlgorithm } from '../../type';
export interface SpearmanOptions {
    threshold?: number;
}
export declare const LineChartCorrelation: InsightAlgorithm;
