import type { Config, Context } from "@/types"; import type { Storage } from "../../../storage/storage.js"; import type { AgentHistoryRecord } from "./agentTypes.js"; /** * Loads history records for the active session. * Expects: records are ordered chronologically from oldest to newest. */ export declare function agentHistoryLoad(storageOrConfig: Storage | Config, ctx: Context): Promise; //# sourceMappingURL=agentHistoryLoad.d.ts.map