import type { FlutterDriver } from '../driver'; export declare const click: (this: FlutterDriver, el: string) => Promise; export declare const tapEl: (this: FlutterDriver, el: string, longPress: boolean) => Promise; export declare const tap: (this: FlutterDriver, gestures: Record[], longPress: boolean) => Promise; export declare const longTap: (this: FlutterDriver, gestures: Record[], ms: number) => Promise; export declare const performTouch: (this: FlutterDriver, gestures: Record[]) => Promise; //# sourceMappingURL=gesture.d.ts.map