export declare enum SeelenCommand { StateGetVirtualDesktops = "get_virtual_desktops", SwitchWorkspace = "switch_workspace", CreateWorkspace = "create_workspace", DestroyWorkspace = "destroy_workspace", RenameWorkspace = "rename_workspace", WallpaperNext = "wallpaper_next", WallpaperPrev = "wallpaper_prev", WallpaperSaveThumbnail = "wallpaper_save_thumbnail", LogFromWebview = "log_from_webview", OpenFile = "open_file", SelectFileOnExplorer = "select_file_on_explorer", Run = "run", SimulatePerm = "simulate_perm", IsDevMode = "is_dev_mode", IsAppxPackage = "is_appx_package", HasFixedRuntime = "has_fixed_runtime", GetFocusedApp = "get_focused_app", GetMousePosition = "get_mouse_position", GetKeyState = "get_key_state", GetUserEnvs = "get_user_envs", ShowStartMenu = "show_start_menu", GetIcon = "get_icon", ShowDesktop = "show_desktop", RequestToUserInputShortcut = "request_to_user_input_shortcut", CheckForUpdates = "check_for_updates", InstallLastAvailableUpdate = "install_last_available_update", SystemGetForegroundWindowColor = "get_foreground_window_color", SystemGetMonitors = "get_connected_monitors", SystemGetColors = "get_system_colors", SystemGetLanguages = "get_system_languages", SystemSetKeyboardLayout = "set_system_keyboard_layout", StateGetDefaultSettings = "state_get_default_settings", StateGetDefaultMonitorSettings = "state_get_default_monitor_settings", StateGetDefaultWallpaperSettings = "state_get_default_wallpaper_settings", SetAutoStart = "set_auto_start", GetAutoStartStatus = "get_auto_start_status", RemoveResource = "remove_resource", StateGetThemes = "state_get_themes", StateGetWegItems = "state_get_weg_items", StateWriteWegItems = "state_write_weg_items", StateGetToolbarItems = "state_get_toolbar_items", StateWriteToolbarItems = "state_write_toolbar_items", StateGetSettings = "state_get_settings", StateWriteSettings = "state_write_settings", StateGetSettingsByApp = "state_get_settings_by_app", StateGetPlugins = "state_get_plugins", StateGetWidgets = "state_get_widgets", StateGetIconPacks = "state_get_icon_packs", StateGetWallpapers = "state_get_wallpapers", StateSetCustomIconPack = "state_add_icon_to_custom_icon_pack", StateDeleteCachedIcons = "state_delete_cached_icons", StateRequestWallpaperAddition = "state_request_wallpaper_addition", StateGetPerformanceMode = "state_get_performance_mode", TriggerWidget = "trigger_widget", TriggerContextMenu = "trigger_context_menu", SetCurrentWidgetStatus = "set_current_widget_status", GetSelfWindowId = "get_self_window_handle", SetSelfPosition = "set_self_position", WriteFile = "write_data_file", ReadFile = "read_data_file", GetNativeShellWallpaper = "get_native_shell_wallpaper", SetNativeShellWallpaper = "set_native_shell_wallpaper", GetUser = "get_user", GetUserFolderContent = "get_user_folder_content", GetUserAppWindows = "get_user_app_windows", GetUserAppWindowsPreviews = "get_user_app_windows_previews", GetMediaDevices = "get_media_devices", GetMediaSessions = "get_media_sessions", MediaPrev = "media_prev", MediaTogglePlayPause = "media_toggle_play_pause", MediaNext = "media_next", SetVolumeLevel = "set_volume_level", MediaToggleMute = "media_toggle_mute", MediaSetDefaultDevice = "media_set_default_device", GetAllMonitorsBrightness = "get_all_monitors_brightness", SetMonitorBrightness = "set_monitor_brightness", GetPowerStatus = "get_power_status", GetPowerMode = "get_power_mode", GetBatteries = "get_batteries", LogOut = "log_out", Suspend = "suspend", Hibernate = "hibernate", Restart = "restart", Shutdown = "shutdown", Lock = "lock", WegCloseApp = "weg_close_app", WegKillApp = "weg_kill_app", WegToggleWindowState = "weg_toggle_window_state", WegPinItem = "weg_pin_item", WmGetRenderTree = "wm_get_render_tree", SetAppWindowsPositions = "set_app_windows_positions", RequestFocus = "request_focus", CreatePopup = "create_popup", UpdatePopup = "update_popup", ClosePopup = "close_popup", GetPopupConfig = "get_popup_config", WlanGetProfiles = "wlan_get_profiles", WlanStartScanning = "wlan_start_scanning", WlanStopScanning = "wlan_stop_scanning", WlanConnect = "wlan_connect", WlanDisconnect = "wlan_disconnect", GetNetworkDefaultLocalIp = "get_network_default_local_ip", GetNetworkAdapters = "get_network_adapters", GetNetworkInternetConnection = "get_network_internet_connection", GetSystemTrayIcons = "get_system_tray_icons", SendSystemTrayIconAction = "send_system_tray_icon_action", GetNotifications = "get_notifications", NotificationsClose = "notifications_close", NotificationsCloseAll = "notifications_close_all", ActivateNotification = "activate_notification", GetRadios = "get_radios", SetRadioState = "set_radios_state", GetSystemDisks = "get_system_disks", GetSystemNetwork = "get_system_network", GetSystemMemory = "get_system_memory", GetSystemCores = "get_system_cores", GetBluetoothDevices = "get_bluetooth_devices", StartBluetoothScanning = "start_bluetooth_scanning", StopBluetoothScanning = "stop_bluetooth_scanning", RequestPairBluetoothDevice = "request_pair_bluetooth_device", ConfirmBluetoothDevicePairing = "confirm_bluetooth_device_pairing", DisconnectBluetoothDevice = "disconnect_bluetooth_device", ForgetBluetoothDevice = "forget_bluetooth_device", GetStartMenuItems = "get_start_menu_items", GetNativeStartMenu = "get_native_start_menu" } //# sourceMappingURL=commands.d.ts.map