/** Watches app overlays that must cover native child webviews. */ export declare function subscribeNativeOverlay(listener: (isOpen: boolean) => void): () => void; //# sourceMappingURL=native-overlay.d.ts.map