import type { ChatMessage, ProviderId } from "../types.js"; export declare function cacheAffinityKey(provider: ProviderId, model: string, messages: readonly ChatMessage[]): string; export declare function sessionCacheAffinityKey(sessionId: string): string;