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