import Telemetry from './telemetry.js';
export type TelemetryGlobal = {
    cliTelemetry?: Telemetry;
} & NodeJS.Global;
