/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** * Send a structured telemetry event to the host. * * Fire-and-forget. Errors during the call (channel unavailable, etc.) are * swallowed so logger failures never break the app. */ export declare function trackEvent(eventName: string, properties?: Record): void; //# sourceMappingURL=trackEvent.d.ts.map