export declare function fireDragDrop(source: Element, target: Element): Promise; export declare function fireDragHover(source: Element, target: Element): Promise; export declare function fireDrag(source: Element): Promise; export declare function fireReleaseDrag(): Promise;