/**
 * Get the name of the current browser
 * @note The method detects the browser by features
 * @returns {string} The name of the browser
 */
export declare function getBrowserName(): string;
