/**
 * Drag a element to a given destination
 * @param  {String}   sourceSelector      The selector for the source element
 * @param  {String}   destinationSelector The selector for the destination element
 */
export declare function dragElement(sourceSelector: string, destinationSelector: string): Promise<void>;
//# sourceMappingURL=dragElement.d.ts.map