import type { Command } from 'commander'; export declare function isCliTelemetryDisabled(env?: NodeJS.ProcessEnv): boolean; export declare function commandPathForTelemetry(command: Command | undefined): string | undefined; export declare function sanitizeTelemetryCommand(command: unknown): string | undefined; export declare function cliTelemetryHeaders(command?: unknown): Record;