/**
 * Detects if the current browser is Firefox
 * @returns true if Firefox, false otherwise
 */
export declare const isFirefox: () => boolean;
