import React from 'react'; import type { CommandResultDisplay } from '../../commands.js'; import { DesktopHandoff } from '../../components/DesktopHandoff.js'; export async function call(onDone: (result?: string, options?: { display?: CommandResultDisplay; }) => void): Promise { return ; }