import type { CacheMessage } from "./types"; export declare function getAutoCacheLookupHistory(currentHistory: CacheMessage[]): CacheMessage[]; export declare function buildAutoCacheSaveHistory(currentHistory: CacheMessage[], assistantResponse: string): CacheMessage[]; //# sourceMappingURL=auto-history.d.ts.map