export { dragAndDropElement }; declare function dragAndDropElement({ config, step, driver }: { config: any; step: any; driver: any; }): Promise; //# sourceMappingURL=dragAndDrop.d.ts.map