import type { Key } from 'ink'; type UseShortcutArgs = { key: string; name: string; action: (input: string, key: Key) => void; }; export declare const useShortcut: ({ key, name, action }: UseShortcutArgs) => void; export {}; //# sourceMappingURL=useShortcut.d.ts.map