import { Command } from 'commander';
/**
 * Create the beautify command
 *
 * @returns Command instance
 */
export declare function createBeautifyCommand(): Command;
/**
 * Create the clean command
 *
 * @returns Command instance
 */
export declare function createCleanCommand(): Command;
/**
 * Create the analyze command
 *
 * @returns Command instance
 */
export declare function createAnalyzeCommand(): Command;
