import { Command } from 'commander';
import type { $side_effect } from '../../utils/organization/$side_effect';
/**
 * Marks one CLI command as deprecated while keeping it available for existing callers.
 *
 * @private utility of CLI
 */
export declare function $deprecateCliCommand(command: Command, deprecationMessage: string): $side_effect;
