/** * Returns true if we're running in a standard browser and not a web worker or * react-native application wrapper. */ declare function isBrowser(): boolean;