type CacheRetention = "none" | "short" | "long"; export declare function resolveCacheRetention(extraParams: Record | undefined, provider: string, modelApi?: string): CacheRetention | undefined; export {};