/** * Runtime telemetry settings */ export declare const TelemetrySettings: { azureInstrumentationKey: string; telemetryEnabled: boolean; telemetryLibName: string; telemetryLibVersion: string; consumerModuleName: string; consumerModuleVersion: string; }; //# sourceMappingURL=config-state.d.ts.map