/** * Returns `true` if the code is running in a browser environment. * * @example * isBrowser() // true in browser, false in Node * @since 1.0.0 */ export declare const isBrowser: () => boolean; export default isBrowser;