export interface TelemetryEvent { ts: string; event: string; props?: Record; } export declare function isTelemetryEnabled(): boolean; export declare function configureRemote(endpoint: string | undefined): void; export declare function emit(event: string, props?: Record): void; export declare function _resetTelemetryForTest(): void; //# sourceMappingURL=telemetry.d.ts.map