/**
 * UI Interaction Tools
 *
 * This module provides access to VSCode UI elements like workbench, editors,
 * navigation components, panels, views, notifications, and dialogs.
 */
export * from './workbench';
export * from './textEditorView';
export * from './sideBar';
export * from './commandPrompt';
export * from './statusBar';
export * from './outputView';
export * from './problemsView';
export * from './terminalView';
export * from './notifications';
export * from './modalDialog';
