import type { PluginListenerHandle } from '@capacitor/core'; import type { InAppBrowserPlugin, ProxyHandler } from './definitions'; declare const InAppBrowser: InAppBrowserPlugin; declare const addProxyHandler: (callback: ProxyHandler) => Promise; export * from './definitions'; export { InAppBrowser, addProxyHandler };