import { Seconds } from '@cardano-sdk/core'; export declare const DB_CACHE_TTL_DEFAULT: Seconds; export declare const CACHE_TTL_LOWER_LIMIT: Seconds; export declare const CACHE_TTL_UPPER_LIMIT: Seconds; export declare const UNLIMITED_CACHE_TTL = 0; //# sourceMappingURL=defaults.d.ts.map