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