import type { ErrorReaction, IErrorStrategy } from '@mcp-abap-adt/llm-agent'; /** Default reaction: a failed node fails the plan (slice-1/2 behavior). */ export declare class AbortErrorStrategy implements IErrorStrategy { readonly name = "abort"; onNodeFailure(): Promise; } //# sourceMappingURL=abort-error-strategy.d.ts.map