import type { ShortcutActionConfig } from './ShortcutManager.types'; export type ActionDefinitions = { [key: string]: ShortcutActionConfig & { keyBinding: string; }; }; export declare const actionStore: import("../../hooks/useSimpleStore").SimpleStore; //# sourceMappingURL=Store.d.ts.map