/**
 * Checks if the browser is in native context.
 * MSPO only works in native context, not in webview context.
 */
export declare function isNativeContext(browser?: WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser): boolean;
//# sourceMappingURL=browser-utils.d.ts.map