/** Test whether the environment is a *real* browser (not a browser simulation such as `jsdom`). */ export declare function isBrowser(): boolean;