export declare function isBrowser(): boolean;
declare const IS_BROWSER: boolean;
export { IS_BROWSER };
