export declare function setWithTimeout<K, V>(map: Map<K, V>, key: K, value: V, ms: number): Map<K, V>;
//# sourceMappingURL=setWithTimeout.d.ts.map