/**
 * Room-related commands for the Revit CLI
 * Refactored to use modular architecture for better maintainability
 */
import { Command } from 'commander';
import { CLIState } from '../cli/initializer';
/**
 * Register room-related CLI commands
 */
export declare function registerRoomCommands(program: Command, getState: () => Promise<CLIState>): void;
//# sourceMappingURL=room-commands.d.ts.map