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