import { LRUCache } from 'lru-cache'; import type * as Stuntman from '@stuntman/shared'; export declare const getTrafficStore: (key: string, options?: Stuntman.StorageConfig) => LRUCache; export declare const getDnsResolutionCache: (key: string) => LRUCache; //# sourceMappingURL=storage.d.ts.map