import { 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: any, longPress: boolean) => Promise; export declare const longTap: (this: FlutterDriver, gestures: any, ms: any) => Promise; export declare const performTouch: (this: FlutterDriver, gestures: any) => Promise; //# sourceMappingURL=gesture.d.ts.map