export declare const isNode: Function;
export declare const isBrowser: Function;
export declare function hasGlobalThis(): boolean;
