/**
*
* Open Android notifications.
*
* > **Note:** Falls back to the deprecated Appium 2 protocol endpoint if the driver does not support the `mobile:` execute method.
*
*
:openNotifications.js
it('should open the Android notification shade', async () => {
await browser.openNotifications()
})
*
*
* @support ["android"]
*/
export declare function openNotifications(this: WebdriverIO.Browser): Promise;
//# sourceMappingURL=openNotifications.d.ts.map