/** * The following is modified based on source found in * https://github.com/vitejs/vite and https://github.com/facebook/create-react-app * * MIT Licensed * Copyright (c) 2015-present, Facebook, Inc. * * Modified for use in html-reporter. */ export declare function openBrowser(url: string): Promise;