import { handlerFunction, options } from "../components/Shortcuts"; export default function useGlobalShortcuts(name: string, handler: handlerFunction, options?: options): void;