import type { InsightAlgorithm } from '../../type';
export interface DbscanOptions {
    eps?: number;
    minPts?: number;
}
export declare const DBSCANOutlier: InsightAlgorithm;
