export declare function useShortcutScope(name: string, active?: boolean): { enable: () => void; disable: () => void; }; //# sourceMappingURL=useShortcutScope.d.ts.map