/**
 * Checks if the current browser is Safari.
 * @returns {boolean} True if the browser is Safari, false otherwise.
 * @internal
 */
export declare function isSafari(): boolean;
