export declare const doneCallbacks: WeakMap<Element, VoidFunction>;
export declare function removeDoneCallback(element: Element): void;
