import UIKit enum BeenVoiceIntentHelpers { @MainActor static func openDeepLink(_ url: URL) { UIApplication.shared.open(url, options: [:], completionHandler: nil) } }