import type { ConversationTurn } from "@threadbase-sh/agent-types"; import type { CachedTail } from "../conversation-cache"; export declare function mapTailToConversationTurns(tail: CachedTail | null): ConversationTurn[]; //# sourceMappingURL=history-mapper.d.ts.map