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