import type { InsightAlgorithm } from '../../type';
export interface DifferenceOptions {
    zScore?: number;
    lofThreshold?: number;
}
export declare const DifferenceAlg: InsightAlgorithm;
