/**
 * Checks if an URL can be opened
 * @param {string} urlStr
 */
export declare const canOpen: (urlStr: string) => boolean;
