import type { IToolLoopContextStrategy, Message, SerializableStrategyState, ToolLoopContextBase, ToolRound } from '@mcp-abap-adt/llm-agent'; /** Library default — reproduces today's growing transcript byte-identically. */ export declare class LegacyAccumulateContextStrategy implements IToolLoopContextStrategy { private rounds; record(round: ToolRound): Promise; form(base: ToolLoopContextBase): Promise; snapshot(): SerializableStrategyState; restore(state: SerializableStrategyState): void; } //# sourceMappingURL=legacy-accumulate-context-strategy.d.ts.map