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