/** * Telemetry is ON by default (opt-out). It is disabled when any of: * - OWOX_TELEMETRY_DISABLED is truthy, * - DO_NOT_TRACK is truthy (https://consoledonottrack.com standard), or * - CI is truthy (keeps OWOX's own CI runs out of the stats). */ export declare function isTelemetryEnabled(env?: NodeJS.ProcessEnv): boolean; //# sourceMappingURL=is-telemetry-enabled.d.ts.map