import { box } from "svelte-toolbelt";
/**
* The key used to store the `mode` in localStorage.
*/exportconst modeStorageKey = box("mode-watcher-mode");
/**
* The key used to store the `theme` in localStorage.
*/exportconst themeStorageKey = box("mode-watcher-theme");