/** * Inject an overlay on top of the webview with an event listener that stores the click position in the webview */ export declare function injectWebviewOverlay(isAndroid: boolean): void; //# sourceMappingURL=injectWebviewOverlay.d.ts.map