/**
 * Update room command implementation
 * Handles single room update operations
 */
import { Command } from 'commander';
import { CLIState } from '../../cli/initializer';
/**
 * Creates the update-room command
 * @param getState - Function to get CLI state
 * @returns Commander command instance
 */
export declare function createUpdateRoomCommand(getState: () => Promise<CLIState>): Command;
//# sourceMappingURL=update-room.d.ts.map