/** * Prompts the user to select a keybinding scheme (default, Vim, or Emacs). * * Displays an interactive select prompt and exits the process if the user cancels. * * @returns The name of the selected keybinding scheme. */ export declare function selectKeybindings(initialValue?: string): Promise;