import type { SluHotkey } from "./SluHotkey.js"; export type SluShortcutsSettings = { enabled: boolean; appCommands: Array; }; //# sourceMappingURL=SluShortcutsSettings.d.ts.map