export declare function appendToMappedValue<K extends object, E>(map: WeakMap<K, E[]>, key: K, element: E): () => void;
