import type { StringRecord } from '@appium/types';
import type { AndroidDriver } from '../driver';
/**
 * Performs a series of actions (gestures) on the device.
 *
 * @param actions An array of action objects to perform.
 * @returns Promise that resolves when all actions are performed.
 * @throws {errors.NotImplementedError} This method is not implemented.
 */
export declare function performActions(this: AndroidDriver, actions: StringRecord[]): Promise<void>;
//# sourceMappingURL=gestures.d.ts.map