import open from "open"; export async function openBrowser(url: string): Promise { await open(url); }