import type { Context } from '../context.js'; interface AnomalyConfig { windowSize: number; threshold: number; alertWebhook?: string; alertInterval: number; } export declare function anomalyPlugin(config?: AnomalyConfig): (ctx: Context, next: () => Promise) => Promise; export {}; //# sourceMappingURL=anomaly.d.ts.map