export declare function isBrowserEnv(): boolean;
export declare function getDevicePixelRatio(defaultValue?: number): number;
export declare function getNavigator(): Navigator | null;
