/** * @description Check if the current environment is a browser * @returns {boolean} True if the current environment is a browser */ export declare const isBrowser: boolean;