export declare const TURN_TEXT_CACHE_DIR_PREFIX = "maxy-conversation-archive"; export interface TurnTextCachePathInputs { conversationIdentity: string; archiveSha256: string; sessionIndex: number; } export declare function turnTextCachePath(inputs: TurnTextCachePathInputs): string; //# sourceMappingURL=turn-text-cache-path.d.ts.map