import type { FlutterDriver } from '../driver'; export declare const FLUTTER_CONTEXT_NAME = "FLUTTER"; export declare const NATIVE_CONTEXT_NAME = "NATIVE_APP"; export declare const getCurrentContext: (this: FlutterDriver) => Promise; export declare const setContext: (this: FlutterDriver, context: string) => Promise; export declare const getContexts: (this: FlutterDriver) => Promise; export declare const driverShouldDoProxyCmd: (this: FlutterDriver, command: string) => boolean; //# sourceMappingURL=context.d.ts.map