/** * Returns `true` if a `Firefox` browser * */ export declare const isFirefox: (this: unknown) => boolean;