import { Browser } from '../auth-browser'; export declare class CordovaBrowser extends Browser { private inAppBrowserRef; closeWindow(): Promise; showWindow(url: string): Promise; }