export declare const isBrowser: boolean;
export declare const isNativeScript: boolean;
export declare const isNotBrowser: boolean;
