import type { FlutterDriver } from '../driver';
export declare const execute: (this: FlutterDriver, rawCommand: string, args: any[]) => Promise<any>;
//# sourceMappingURL=execute.d.ts.map