export declare function applyCommandAnalyticsOptOut(commandPath: string, options: Record<string, unknown>, targetEnv?: NodeJS.ProcessEnv): boolean;
export declare function applyRawCommandAnalyticsOptOut(argv?: string[], targetEnv?: NodeJS.ProcessEnv): boolean;
