/** * `initTelemetry()` is added to all Devvit apps which use web views. * * This sends interaction events to the parent window via postMessage. * These metrics are used to inform app performance and feed ranking. */ export declare function initTelemetry(): void; //# sourceMappingURL=telemetry.d.ts.map