/**
 * Opens an URL in the web browser
 * @param url
 */
export declare const openInBrowser: (url: string) => void;
