import type { Context } from "@mariozechner/pi-ai"; import type { AgentHistoryRecord } from "@/types"; /** * Rebuilds conversation context messages from persisted history records. * Expects: records are in chronological order and belong to one agent. */ export declare function agentHistoryContext(records: AgentHistoryRecord[], _agentId: string): Promise; //# sourceMappingURL=agentHistoryContext.d.ts.map