/**
 * Checks if telemetry is disabled via the VENDURE_DISABLE_TELEMETRY environment
 * variable or CI environment detection.
 */
export declare function isTelemetryDisabled(): boolean;
