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