import { getAppStore, getCommandStore, getCurrencyStore, getLanguageStore, getLayoutStore, getShortcutStore, getThemeStore, getToastStore, } from "../../../mod.js"; export interface RuneLabContext { app: ReturnType; toast: ReturnType; theme: ReturnType; language: ReturnType; currency: ReturnType; shortcut: ReturnType; layout: ReturnType; commands: ReturnType; } /** * Retrieves all Rune Lab stores from the Svelte context tree. * Must be called during component initialization (in the `