export declare function getWithTimeout<K, V>(map: Map<K, V>, key: K): V | undefined;
//# sourceMappingURL=getWithTimeout.d.ts.map