import { LruMap } from '../utils/lru.js'; export declare const promiseCache: LruMap>; type WithDedupeOptions = { enabled?: boolean | undefined; id?: string | undefined; }; export declare function withDedupe(fn: () => Promise, { enabled, id }: WithDedupeOptions): Promise; export {}; //# sourceMappingURL=withDedupe.d.ts.map