import type { WindowsDriver } from '../driver'; /** @returns The list of available contexts (Windows driver only supports native). */ export declare function getContexts(this: WindowsDriver): Promise; /** @returns The current context name. */ export declare function getCurrentContext(this: WindowsDriver): Promise; /** @param context - Context name; only the native `NATIVE_APP` context is supported. */ export declare function setContext(this: WindowsDriver, context: string): Promise; //# sourceMappingURL=context.d.ts.map