/**
 * Shows the interactive menu and executes the selected command.
 */
export declare function showMenu(): Promise<void>;
