import type { RunePlugin } from "../../../kernel/src/mod.js"; export * from "./commands/mod.js"; export * from "./shortcuts/mod.js"; export * from "./notifications/mod.js"; /** * Palettes Plugin — provides the command palette, shortcut manager, and toast system. * Always included by default in RuneProvider. */ export declare const PalettesPlugin: RunePlugin;