import type { InsightAlgorithm } from '../../type';
export interface PearsonOptions {
    threshold?: number;
    withoutSeries?: boolean;
}
export declare const ScatterPlotCorrelation: InsightAlgorithm;
