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