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