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