/**
 * Checks if the current environment is a browser.
 * @returns {boolean} True if the current environment is a browser, false otherwise.
 */
export declare const isBrowser: () => boolean;
