/** * Open a macOS settings deep link (e.g. an `x-apple.systempreferences:` URL) so * the TUI can take the user straight to the right Privacy & Security pane * instead of telling them to go find it themselves. */ /** * Open `url` with the macOS `open` command. Resolves `true` if the launcher * started cleanly, `false` otherwise (non-darwin, spawn failure, or non-zero * exit). Never throws — opening settings is best-effort guidance. */ export declare function openMacSettings(url: string): Promise; //# sourceMappingURL=open-settings.d.ts.map