/**
 * Checks if the current environment is in the browser and can access and modify the DOM.
 */
declare const canUseDOM: boolean;
export default canUseDOM;
