import { ActionName } from "./types"; export declare type ShortcutName = SubtypeOf; export declare const getShortcutFromShortcutName: (name: ShortcutName) => string;