/**
 * Check if the current browser is Opera
 * @returns {boolean} True if Opera
 */
export declare function isBrowserOpera(): boolean;
