import type { Message } from '../types/message/index.js'; import type { AdvisoryTurnContext } from './executor.js'; /** * Keep a contiguous suffix of whole public records. Charge serialized text, * including delimiters and newlines, rather than array length or raw content. * Fixed framing is separate from this conversation-record budget. */ export declare function renderAdvisoryHistory(messages: readonly Message[], maxTokens?: number, turn?: AdvisoryTurnContext): string; //# sourceMappingURL=history.d.ts.map