/** Short cache duration (10 seconds) - optimizes multiple calls at same time */
export declare const CACHE_SHORT: number;
/** Mid-range cache duration (10 minutes) - balances freshness and performance */
export declare const CACHE_MID: number;
/** Long cache duration (60 minutes) - for rarely changing data */
export declare const CACHE_LONG: number;
//# sourceMappingURL=cache-durations.d.ts.map