import { OpenOptions } from '@capacitor/browser'; import * as i0 from "@angular/core"; export declare class InAppBrowserService { /** * Default options for the in-app browser. */ options: OpenOptions; constructor(); /** * Opens a URL using Capacitor's InAppBrowser with the configured options. * @param url The URL to open */ openWithInAppBrowser(url: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }