import type { ActionSequence } from '@appium/types'; import type { WindowsDriver } from '../driver'; /** Forwards W3C actions to WinAppDriver (needed for `-image` locator clicks). */ export declare function performActions(this: WindowsDriver, actions: ActionSequence[]): Promise; //# sourceMappingURL=touch.d.ts.map