/**
 * Checks if the code is running in the browser.
 */
export declare function isBrowser(): boolean;
