import { cliErr } from "../../../_utils/cli-error.js"; import { type Result } from "../../../_utils/result.js"; declare const launchDesktopUrl: (url: string, platform?: NodeJS.Platform) => Result>; export { launchDesktopUrl };