import type { AlertIR } from '@duckcodeailabs/dql-compiler'; import type { QueryExecutor, ConnectionConfig } from '@duckcodeailabs/dql-connectors'; import type { AlertEvaluation } from './types.js'; export declare function evaluateAlerts(alerts: AlertIR[], executor: QueryExecutor, connection: ConnectionConfig): Promise; //# sourceMappingURL=alerts.d.ts.map