export declare class EnvironmentUtils { static getHostName(): string; static isBrowser(): boolean; }