export declare const CACHE_TIMING: {
    readonly VERY_SHORT_STALE_TIME: number;
    readonly SHORT_STALE_TIME: number;
    readonly TRADES_STALE_TIME: number;
    readonly AUTH_STALE_TIME: number;
    readonly DEFAULT_STALE_TIME: number;
    readonly ASSET_ALLOCATION_STALE_TIME: number;
    readonly LONG_STALE_TIME: number;
    readonly DEFAULT_GC_TIME: number;
    readonly MEDIUM_GC_TIME: number;
    readonly LONG_GC_TIME: number;
    readonly VERY_LONG_GC_TIME: number;
};
export type CacheTiming = typeof CACHE_TIMING;
//# sourceMappingURL=cache.d.ts.map