import { FeatureCache } from '../src/feature/featureCache'; export declare const TEST_STALE_MS = 1000; export declare const TEST_EXPIRE_MS = 2000; export declare function newCache(): { cache: FeatureCache; cacheItem: (string | null)[]; }; //# sourceMappingURL=featureCache.test.d.ts.map