import type { TelemetryClient as AzureTelemetryClient } from 'applicationinsights'; /** * Enable local caching of telemetry data when offline. * Disable GDPR private data that are collected by Azure AppInsight client. * * @param client Azure App Insights telemetry client instance */ export declare function configAzureTelemetryClient(client: AzureTelemetryClient): void; //# sourceMappingURL=azure-client-config.d.ts.map