export declare const OPENAI_PROMPT_CACHE_KEY_MAX_LENGTH = 64;
export declare function clampOpenAIPromptCacheKey(key: string | undefined): string | undefined;
//# sourceMappingURL=openai-prompt-cache.d.ts.map