/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** * Send a telemetry event to the host. * * Fire-and-forget — does not await channel readiness synchronously. * The event is queued if the channel isn't ready yet. */ export declare function trackEvent(eventName: string, properties?: Record): void; //# sourceMappingURL=telemetry.d.ts.map