/** * Purpose: Listens for window.postMessage events from inject.js and resolves pending request promises or forwards telemetry to the background. * Docs: docs/features/feature/observe/index.md */ export declare function initWindowMessageListener(): void; //# sourceMappingURL=window-message-listener.d.ts.map