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