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